first step towards dropping sys.path dance

This commit is contained in:
niphlod
2016-08-29 23:01:22 +02:00
parent 326335c3cd
commit 1bf499e3be
28 changed files with 22 additions and 194 deletions
+1 -9
View File
@@ -8,11 +8,7 @@ import os
import sys
import unittest
from .fix_path import fix_sys_path
fix_sys_path(__file__)
from sqlhtml import safe_int, SQLFORM, SQLTABLE
from gluon.sqlhtml import safe_int, SQLFORM, SQLTABLE
DEFAULT_URI = os.getenv('DB', 'sqlite:memory')
@@ -440,7 +436,3 @@ class TestSQLTABLE(unittest.TestCase):
# def test_represented(self):
# pass
if __name__ == '__main__':
unittest.main()