Skip to content

Commit

Permalink
Minor updates, game number added, extra modules removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
imiolek-ireneusz committed Mar 5, 2019
1 parent b954937 commit 0dbd6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions eduactiv82exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ def __init__(self):
self.extra_datas = ["classes", "game_boards", "i18n", "locale", "res", "xml"]

# Extra/excludes python modules
# TODO change this number to include all new games
self.extra_modules = [["game_boards.game%03i" % i for i in range(111)]]
self.extra_modules = []

# showed missing in result compilation
self.exclude_modules = []
Expand Down
2 changes: 1 addition & 1 deletion game_boards/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__all__ = ["game%03i" % i for i in range(121)]
__all__ = ["game%03i" % i for i in range(122)]

0 comments on commit 0dbd6da

Please sign in to comment.