move TYPE_PREFIX back into main, as it's only needed there and should work without module

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-26 11:07:45 +02:00
commit 3f6c479d72
2 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,6 @@
#
#
TYPE_PREFIX = "__"
VERSION = "2.0.2"
class Error(Exception):