thomasvs - in flumotion/trunk: . flumotion/launch
commits at core.fluendo.com
commits at core.fluendo.com
Fri Nov 11 13:22:13 CET 2005
Author: thomasvs
Date: Fri Nov 11 13:22:12 2005
New Revision: 2479
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/flumotion/launch/inspect.py
Log:
* flumotion/launch/inspect.py:
Fix flumotion-inspect with projects
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Fri Nov 11 13:22:12 2005
@@ -1,5 +1,10 @@
2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
+ * flumotion/launch/inspect.py:
+ Fix flumotion-inspect with projects
+
+2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
+
* flumotion/common/errors.py:
add a NoProjectError
* flumotion/project/project.py:
Modified: flumotion/trunk/flumotion/launch/inspect.py
==============================================================================
--- flumotion/trunk/flumotion/launch/inspect.py (original)
+++ flumotion/trunk/flumotion/launch/inspect.py Fri Nov 11 13:22:12 2005
@@ -29,6 +29,9 @@
raise SystemExit(1)
def main(args):
+ from flumotion.common import setup
+ setup.setupPackagePath()
+
parser = optparse.OptionParser()
parser.add_option('-d', '--debug',
action="store", type="string", dest="debug",
More information about the flumotion-commit
mailing list