commit | f88df25c354b2f1700c5b5e4a2a6dbb591d6a010 | [log] [tgz] |
---|---|---|
author | Chetan Gaonker <chetang@calsoftlabs.com> | Thu Mar 17 00:14:12 2016 -0700 |
committer | Chetan Gaonker <chetang@calsoftlabs.com> | Thu Mar 17 00:14:12 2016 -0700 |
tree | 9d758eccb81bd9565ecaeffdc56b98faf13de6d9 | |
parent | cd86bdd36612cf8b27f9c25a50d747450b7791e9 [diff] |
Removing utils import from md5 tests because of __init__ in test directory
diff --git a/src/test/md5/md5AuthTest.py b/src/test/md5/md5AuthTest.py index f4e9e8e..d34f14d 100644 --- a/src/test/md5/md5AuthTest.py +++ b/src/test/md5/md5AuthTest.py
@@ -1,8 +1,5 @@ import unittest import os,sys -CORD_TEST_UTILS = 'utils' -test_root = os.getenv('CORD_TEST_ROOT') or './' -sys.path.append(test_root + CORD_TEST_UTILS) from EapMD5 import MD5AuthTest class eap_auth_exchange(unittest.TestCase):