Changeset 1901 for 2011/23


Ignore:
Timestamp:
2011-06-10 12:29:20 (12 years ago)
Author:
tekrjant
Message:

Unohdetaan pelit hakemisto.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2011/23/build_games.py

    r1897 r1901  
    99def main(): 
    1010        root_dir = abspath('.') 
    11         games_dir = join(root_dir, 'pelit') 
    1211 
    13         if exists(games_dir): 
    14                 rmtree(games_dir) 
    15         os.mkdir(games_dir) 
    16          
    1712        projects_that_did_not_build = [] 
    1813 
Note: See TracChangeset for help on using the changeset viewer.