projects
/
tools
/
mic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05caa3f
)
HUGE regression for the module path hanlding
author
JF Ding
<jian-feng.ding@intel.com>
Wed, 14 Sep 2011 11:26:38 +0000
(
04:26
-0700)
committer
JF Ding
<jian-feng.ding@intel.com>
Wed, 14 Sep 2011 11:26:38 +0000
(
04:26
-0700)
we need to find a better way to resolve it
mic/__init__.py
patch
|
blob
|
history
diff --git
a/mic/__init__.py
b/mic/__init__.py
index 3ea484a1d95cd891f81d67f48baac2507b90cd0b..92649b993e8604616b8bc5a17e748d4916da22e5 100644
(file)
--- a/
mic/__init__.py
+++ b/
mic/__init__.py
@@
-1,6
+1,3
@@
import os, sys
sys.path.insert(0, os.path.dirname(__file__) or '.')
-import pykickstart
-import urlgrabber
-del sys.path[0]