Show
Ignore:
Timestamp:
11/06/08 17:20:27 (21 months ago)
Author:
JensDiemer
Message:

VideoTools?: some bugfixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CodeSnippets/VideoTools/setup.py

    r1789 r1790  
    55""" 
    66 
    7 from shared.config import VideoToolsConfig 
     7from shared.config import VideoToolsConfig, DEFAULT_CONFIG 
    88 
    99if __name__ == "__main__": 
     
    1111    cfg.debug() 
    1212     
     13    cfg["videofiletypes"] = DEFAULT_CONFIG["videofiletypes"] 
     14     
    1315    if cfg.out_dir_set == False: 
    1416        # No new config file created, and out dir requested in the past 
    1517        cfg.ask_out_dir() 
    1618         
    17         cfg.debug() 
     19    cfg.debug()