View | Details | Raw Unified | Return to bug 178021
Collapse All | Expand All

(-)install (-2 lines)
Lines 295-302 def parse_command_line(): Link Here
295
295
296
# execution starts here
296
# execution starts here
297
297
298
if not os.access(USER_DIR, os.F_OK):  
299
   os.mkdir(USER_DIR)      # make sure USER_DIR exists
300
p=Parameters() 
298
p=Parameters() 
301
parse_command_line()
299
parse_command_line()
302
install()
300
install()

Return to bug 178021