summaryrefslogtreecommitdiff
path: root/portato/TEST_helper.py
diff options
context:
space:
mode:
authorNecoro <>2007-11-13 22:18:41 +0000
committerNecoro <>2007-11-13 22:18:41 +0000
commit7019c5dfa800871a431d9ee254ad09b95274bc4c (patch)
tree423073f174a9af9cb325b9060c0b09b0c28bb08e /portato/TEST_helper.py
parent69122abc3e2156e3b3a9a82f4ab5b0b68f694aad (diff)
downloadportato-7019c5dfa800871a431d9ee254ad09b95274bc4c.tar.gz
portato-7019c5dfa800871a431d9ee254ad09b95274bc4c.tar.bz2
portato-7019c5dfa800871a431d9ee254ad09b95274bc4c.zip
r546@Devoty: necoro | 2007-11-13 19:08:28 +0100
Added log tab r547@Devoty: necoro | 2007-11-13 23:10:39 +0100 added ebuild and changelog tab r548@Devoty: necoro | 2007-11-13 23:14:17 +0100 removed EbuildWindow and '--ebuild' option r549@Devoty: necoro | 2007-11-13 23:17:51 +0100 small change
Diffstat (limited to 'portato/TEST_helper.py')
-rw-r--r--portato/TEST_helper.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/portato/TEST_helper.py b/portato/TEST_helper.py
index ef438d8..cce0b61 100644
--- a/portato/TEST_helper.py
+++ b/portato/TEST_helper.py
@@ -1,9 +1,7 @@
#!/usr/bin/python
-from __future__ import absolute_import
-
import unittest
-from . import helper
+import helper
class HelperTest (unittest.TestCase):