adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] remove_sdl1_2 7a67abf 18/29: FIXED runnin


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] remove_sdl1_2 7a67abf 18/29: FIXED running with Python 2.x
Date: Mon, 25 Jul 2016 18:16:08 +0000 (UTC)

tag: remove_sdl1_2
commit 7a67abfecfdc449292ecf4d7f6796b0c09dfa0cc
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>

    FIXED running with Python 2.x
---
 scripts/modules/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/modules/Makefile.am b/scripts/modules/Makefile.am
index cc45ea0..0bbdb37 100755
--- a/scripts/modules/Makefile.am
+++ b/scripts/modules/Makefile.am
@@ -3,7 +3,7 @@ pkgdatadir = $(gamedatadir)/scripts/modules
 pkgdata_DATA = *.pyc
 
 EXTRA_DIST = console.py main_menu.py events.py character_screen.py intro.py \
-       player_text.py option_screen.py
+       player_text.py option_screen.py __init__.py
 
 all:
        $(adonthell_binary) -c
diff --git a/scripts/modules/__init__.py b/scripts/modules/__init__.py
new file mode 100644
index 0000000..e69de29



reply via email to

[Prev in Thread] Current Thread [Next in Thread]