diff options
author | Trevor McKay <tmckay@redhat.com> | 2014-03-13 13:36:48 -0400 |
---|---|---|
committer | Trevor McKay <tmckay@redhat.com> | 2014-03-13 18:23:50 -0400 |
commit | 6b014ee3650e1d616195c5816f224e9d481c9746 (patch) | |
tree | f746305dbaaf55236dc6552d1e8f45f4453839bb /saharaclient/tests/__init__.py | |
parent | 38882f71987cb6be80a660b51c2ff0a31c2eacb1 (diff) | |
download | python-saharaclient-6b014ee3650e1d616195c5816f224e9d481c9746.tar.gz |
Swap the saharaclient and savannaclient directories
Exchange the contents of the saharaclient and savannaclient directories
so that 'savannlient' is the effective alias and 'saharaclient' contains
all of the source code.
* Change all of the imports that reference savannaclient to saharaclient
* Change paths that reference savannaclient (under doc)
* Leave variable and class names unchaned at this point
* Leave references to python_savannaclient unchanged since the top
* level dir name has not yet changed
Partial-implements: blueprint savanna-renaming-client
Change-Id: I83cb21922ae5a8cec291990b3ab67bb9e3cb2d62
Diffstat (limited to 'saharaclient/tests/__init__.py')
-rw-r--r-- | saharaclient/tests/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/saharaclient/tests/__init__.py b/saharaclient/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/saharaclient/tests/__init__.py |