Skip to content

Commit

Permalink
fixed windows bad start
Browse files Browse the repository at this point in the history
  • Loading branch information
michael authored and michael committed Jun 4, 2012
1 parent fe909ed commit c12aac4
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 256 deletions.
4 changes: 2 additions & 2 deletions run_game.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python
import os
os.system("python " + os.path.join('sources','game.py'))
import sources.game
sources.game.game()
Empty file added sources/__init__.py
Empty file.

0 comments on commit c12aac4

Please sign in to comment.