You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/04/21 19:03:56 UTC

[45/49] git commit: updated refs/heads/marvin_refactor to 0b5fe9a

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 <ts...@apache.org>
Authored: Sun Apr 21 19:44:25 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
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",