[kernel-team] 69/86: Move files together.

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:35:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch benh/kconfigeditor2
in repository kernel-team.

commit c0c135309799db29a3032b63310b48392d2e550b
Author: Bastian Blank <waldi at debian.org>
Date:   Tue Sep 10 19:40:48 2013 +0000

    Move files together.
    
    svn path=/people/waldi/utils/kconfigeditor2/; revision=20593
---
 utils/kconfigeditor2/{lib => }/kconfigeditor/__init__.py             | 0
 utils/kconfigeditor2/{lib => }/kconfigeditor/kconfig/__init__.py     | 0
 utils/kconfigeditor2/{lib => }/kconfigeditor/kconfig/config.py       | 0
 .../kconfigeditor2/{lib => }/kconfigeditor/kconfig/menu/__init__.py  | 0
 utils/kconfigeditor2/{lib => }/kconfigeditor/kconfig/menu/all.py     | 0
 utils/kconfigeditor2/{lib => }/kconfigeditor/kconfig/menu/file.py    | 0
 utils/kconfigeditor2/{lib => }/kconfigeditor/package.py              | 0
 utils/kconfigeditor2/{bin => }/process.py                            | 5 -----
 utils/kconfigeditor2/{bin => }/show-enabled.py                       | 5 -----
 utils/kconfigeditor2/{bin => }/split-common.py                       | 5 -----
 10 files changed, 15 deletions(-)

diff --git a/utils/kconfigeditor2/lib/kconfigeditor/__init__.py b/utils/kconfigeditor2/kconfigeditor/__init__.py
similarity index 100%
rename from utils/kconfigeditor2/lib/kconfigeditor/__init__.py
rename to utils/kconfigeditor2/kconfigeditor/__init__.py
diff --git a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/__init__.py b/utils/kconfigeditor2/kconfigeditor/kconfig/__init__.py
similarity index 100%
rename from utils/kconfigeditor2/lib/kconfigeditor/kconfig/__init__.py
rename to utils/kconfigeditor2/kconfigeditor/kconfig/__init__.py
diff --git a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/config.py b/utils/kconfigeditor2/kconfigeditor/kconfig/config.py
similarity index 100%
rename from utils/kconfigeditor2/lib/kconfigeditor/kconfig/config.py
rename to utils/kconfigeditor2/kconfigeditor/kconfig/config.py
diff --git a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/menu/__init__.py b/utils/kconfigeditor2/kconfigeditor/kconfig/menu/__init__.py
similarity index 100%
rename from utils/kconfigeditor2/lib/kconfigeditor/kconfig/menu/__init__.py
rename to utils/kconfigeditor2/kconfigeditor/kconfig/menu/__init__.py
diff --git a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/menu/all.py b/utils/kconfigeditor2/kconfigeditor/kconfig/menu/all.py
similarity index 100%
rename from utils/kconfigeditor2/lib/kconfigeditor/kconfig/menu/all.py
rename to utils/kconfigeditor2/kconfigeditor/kconfig/menu/all.py
diff --git a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/menu/file.py b/utils/kconfigeditor2/kconfigeditor/kconfig/menu/file.py
similarity index 100%
rename from utils/kconfigeditor2/lib/kconfigeditor/kconfig/menu/file.py
rename to utils/kconfigeditor2/kconfigeditor/kconfig/menu/file.py
diff --git a/utils/kconfigeditor2/lib/kconfigeditor/package.py b/utils/kconfigeditor2/kconfigeditor/package.py
similarity index 100%
rename from utils/kconfigeditor2/lib/kconfigeditor/package.py
rename to utils/kconfigeditor2/kconfigeditor/package.py
diff --git a/utils/kconfigeditor2/bin/process.py b/utils/kconfigeditor2/process.py
similarity index 94%
rename from utils/kconfigeditor2/bin/process.py
rename to utils/kconfigeditor2/process.py
index d8c5f4a..43513ba 100755
--- a/utils/kconfigeditor2/bin/process.py
+++ b/utils/kconfigeditor2/process.py
@@ -33,11 +33,6 @@ class Main(object):
 
 
 if __name__ == '__main__':
-    try:
-        import kconfigeditor
-    except ImportError:
-        sys.path.append(os.path.join(sys.path[0], '../lib'))
-
     options = optparse.OptionParser(
         usage = "%prog [OPTION]... PACKAGE"
     )
diff --git a/utils/kconfigeditor2/bin/show-enabled.py b/utils/kconfigeditor2/show-enabled.py
similarity index 91%
rename from utils/kconfigeditor2/bin/show-enabled.py
rename to utils/kconfigeditor2/show-enabled.py
index 7bb147e..0bb239e 100755
--- a/utils/kconfigeditor2/bin/show-enabled.py
+++ b/utils/kconfigeditor2/show-enabled.py
@@ -44,11 +44,6 @@ class Main(object):
 
 
 if __name__ == '__main__':
-    try:
-        import kconfigeditor
-    except ImportError:
-        sys.path.append(os.path.join(sys.path[0], '../lib'))
-
     options = optparse.OptionParser(
         usage = "%prog [OPTION]... PACKAGE"
     )
diff --git a/utils/kconfigeditor2/bin/split-common.py b/utils/kconfigeditor2/split-common.py
similarity index 89%
rename from utils/kconfigeditor2/bin/split-common.py
rename to utils/kconfigeditor2/split-common.py
index bcc599e..7af77e9 100755
--- a/utils/kconfigeditor2/bin/split-common.py
+++ b/utils/kconfigeditor2/split-common.py
@@ -33,11 +33,6 @@ class Main(object):
 
 
 if __name__ == '__main__':
-    try:
-        import kconfigeditor
-    except ImportError:
-        sys.path.append(os.path.join(sys.path[0], '../lib'))
-
     options = optparse.OptionParser(
         usage = "%prog [OPTION]... CONFIG..."
     )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list