Skip to content

Commit

Permalink
Remove server-specific functionality.
Browse files Browse the repository at this point in the history
 * Moved server-specific functionality found in quantum.common to
   the quantum repo.
 * Renamed primary package from quantum -> quantumclient.
 * Addresses bug 977711 and bug 921933

Change-Id: If34553924c8dfcc6b148c1d91f173a4b81eeb95a
  • Loading branch information
Maru Newby committed Apr 24, 2012
1 parent 9b09f53 commit 05c5a2b
Show file tree
Hide file tree
Showing 25 changed files with 190 additions and 1,457 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -8,6 +8,5 @@ python_quantumclient.egg-info/*
quantum/vcsversion.py
run_tests.err.log
run_tests.log
tests/
.venv/
.tox/
4 changes: 2 additions & 2 deletions MANIFEST.in
Expand Up @@ -2,5 +2,5 @@ include tox.ini
include LICENSE README
include version.py
include tools/*
include quantum/client/tests/*
include quantum/client/tests/unit/*
include quantumclient/tests/*
include quantumclient/tests/unit/*
19 changes: 0 additions & 19 deletions quantum/__init__.py

This file was deleted.

121 changes: 0 additions & 121 deletions quantum/client/batch_config.py

This file was deleted.

0 comments on commit 05c5a2b

Please sign in to comment.