From b9a63fc0ec1244e9c07fd0edea6920a72f71ced2 Mon Sep 17 00:00:00 2001 From: "tao.takashi" Date: Mon, 14 Jul 2008 18:44:42 +0000 Subject: [PATCH] removed registration call which would need grok (comes in a branch) --- pyogp/lib/base/tests/testDocTests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyogp/lib/base/tests/testDocTests.py b/pyogp/lib/base/tests/testDocTests.py index 36f0bf7..a6616e7 100644 --- a/pyogp/lib/base/tests/testDocTests.py +++ b/pyogp/lib/base/tests/testDocTests.py @@ -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):