Skip to content
Snippets Groups Projects
Commit fa20913b authored by Bob Lantz's avatar Bob Lantz
Browse files

Added space to one line.

parent 271013e0
No related branches found
No related tags found
No related merge requests found
......@@ -440,7 +440,7 @@ def quit( self ):
# Make it easier to construct and assign objects
def assign( obj, **kwargs):
def assign( obj, **kwargs ):
"Set a bunch of fields in an object."
for name, value in kwargs.items():
setattr( obj, name, value )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment