no more integration.lib module to package

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/447d51d7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/447d51d7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/447d51d7

Branch: refs/heads/marvin_refactor
Commit: 447d51d753f972b909ce3806610de56685da1c95
Parents: 23dd00b
Author: Prasanna Santhanam <[email protected]>
Authored: Sun Apr 21 19:44:25 2013 +0530
Committer: Prasanna Santhanam <[email protected]>
Committed: Sun Apr 21 19:44:25 2013 +0530

----------------------------------------------------------------------
 tools/marvin/setup.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/447d51d7/tools/marvin/setup.py
----------------------------------------------------------------------
diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py
index eb61e54..68b466f 100644
--- a/tools/marvin/setup.py
+++ b/tools/marvin/setup.py
@@ -39,9 +39,8 @@ setup(name="Marvin",
     long_description="Marvin is the Apache CloudStack python client written 
around the unittest framework",
     platforms=("Any",),
     url="https://builds.apache.org/view/CloudStack/job/cloudstack-marvin/";,
-    packages=["marvin", "marvin.cloudstackAPI", "marvin.integration",
-              "marvin.integration.lib", "marvin.integration.lib.base", 
"marvin.integration.lib.factory",
-              "marvin.sandbox", "marvin.sandbox.advanced", 
"marvin.sandbox.basic"],
+    packages=["marvin", "marvin.cloudstackAPI", "marvin.base",
+              "marvin.factory", "marvin.sandbox", "marvin.sandbox.advanced", 
"marvin.sandbox.basic"],
     license="LICENSE.txt",
     install_requires=[
         "mysql-connector-python",

Reply via email to