You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2012/12/07 23:26:35 UTC

[7/49] git commit: Revert "Allow allura_import.py to find the dependent libraries in ../Allura"

Revert "Allow allura_import.py to find the dependent libraries in ../Allura"

This reverts commit fac00c413d446a875000d11707755ccc6111b25b.


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/c9c34891
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/c9c34891
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/c9c34891

Branch: refs/heads/db/4803
Commit: c9c3489150807bb5bc11cc05c06589f1e393aee3
Parents: 73b4fba
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Thu Dec 6 16:54:47 2012 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Thu Dec 6 16:54:47 2012 +0000

----------------------------------------------------------------------
 scripts/allura_import.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/c9c34891/scripts/allura_import.py
----------------------------------------------------------------------
diff --git a/scripts/allura_import.py b/scripts/allura_import.py
index 22e8740..1dd151c 100644
--- a/scripts/allura_import.py
+++ b/scripts/allura_import.py
@@ -10,9 +10,6 @@ from optparse import OptionParser
 from pprint import pprint
 from datetime import datetime
 
-import os.path
-scriptDir=os.path.dirname(__file__)
-sys.path.append(os.path.join(scriptDir, '..', 'Allura'))
 from allura.lib.import_api import AlluraImportApiClient