typo
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 15 May 2009 23:22:36 +0000 (23:22 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 15 May 2009 23:22:36 +0000 (23:22 +0000)
getconf.py

index 721932f..1008c74 100755 (executable)
@@ -46,7 +46,7 @@ if __name__ == '__main__':
                                                help="""Force the recreation of the usb images.""")
        parser = parsermodule.getParser(['defaults'], parser)
 
-       config = parsesrmodule.parse_args(parser)
+       config = parsermodule.parse_args(parser)
 
        ret = {'url_list' : ''} 
        for i in config.args: