removed registration call which would need grok (comes in a branch)

This commit is contained in:
tao.takashi
2008-07-14 18:44:42 +00:00
committed by Salad Dais
parent 99466026ce
commit b9a63fc0ec

View File

@@ -6,8 +6,6 @@ optionflags = doctest.REPORT_ONLY_FIRST_FAILURE | doctest.ELLIPSIS
# setup functions
def setUp(self):
from pyogp.lib.base.registration import init
init()
print "ok"
def tearDown(self):