- Timestamp:
- 2011-06-10 12:29:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/23/build_games.py
r1897 r1901 9 9 def main(): 10 10 root_dir = abspath('.') 11 games_dir = join(root_dir, 'pelit')12 11 13 if exists(games_dir):14 rmtree(games_dir)15 os.mkdir(games_dir)16 17 12 projects_that_did_not_build = [] 18 13
Note: See TracChangeset
for help on using the changeset viewer.