diff options
author | makefu <root@pigstarter.de> | 2014-04-25 15:54:08 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-04-25 15:54:08 +0200 |
commit | 2d646912b01c3e9399c19347b524ebbe00f44a04 (patch) | |
tree | 93028c77e8be53691515756ca22885def4c047f6 /Reaktor/titlebot/titlebot.py | |
parent | 6df0fa8c961dd9884826488986892db3b2574ce8 (diff) |
make exceptions more clear
Diffstat (limited to 'Reaktor/titlebot/titlebot.py')
-rw-r--r-- | Reaktor/titlebot/titlebot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/titlebot/titlebot.py b/Reaktor/titlebot/titlebot.py index 05ff612e..6a3b2f79 100644 --- a/Reaktor/titlebot/titlebot.py +++ b/Reaktor/titlebot/titlebot.py @@ -1,6 +1,6 @@ from os import environ,mkdir from os.path import abspath, expanduser - +import re debug = False # CAVEAT name should not contains regex magic |