mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
remove unused code
This commit is contained in:
@@ -32,14 +32,6 @@
|
|||||||
# import basic modules
|
# import basic modules
|
||||||
import sys, os
|
import sys, os
|
||||||
|
|
||||||
# create python path
|
|
||||||
pythonPath = os.environ['SCM_PYTHON_PATH']
|
|
||||||
|
|
||||||
if len(pythonPath) > 0:
|
|
||||||
pathParts = pythonPath.split(os.pathsep)
|
|
||||||
for i in range(len(pathParts)):
|
|
||||||
sys.path.insert(i, pathParts[i])
|
|
||||||
|
|
||||||
# import mercurial modules
|
# import mercurial modules
|
||||||
from mercurial import hg, ui, commands
|
from mercurial import hg, ui, commands
|
||||||
from mercurial.node import hex
|
from mercurial.node import hex
|
||||||
|
|||||||
Reference in New Issue
Block a user