summaryrefslogtreecommitdiffstats
path: root/modules/credits.py
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-05-09 21:49:15 +0200
committerMatthias Schiffer <matthias@gamezock.de>2010-05-09 21:49:15 +0200
commit1384d1976fa984b6b254c93677363f67944c0c7a (patch)
tree698faff3ef045df7f2a8e3bd75e6b1e04a397b28 /modules/credits.py
parente5cd4bb20328110561ee9956f948b97c378cf671 (diff)
downloadcurunir-1384d1976fa984b6b254c93677363f67944c0c7a.tar
curunir-1384d1976fa984b6b254c93677363f67944c0c7a.zip
Made everything much more error resistant
Diffstat (limited to 'modules/credits.py')
-rw-r--r--modules/credits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/credits.py b/modules/credits.py
index 29c00f7..d6f0f66 100644
--- a/modules/credits.py
+++ b/modules/credits.py
@@ -1,4 +1,4 @@
-from base import ModuleBase
+from . import ModuleBase
import re
class Module(ModuleBase):