diff options
| author | John Sun <jsun@sightmachine.com> | 2014-04-04 15:49:14 -0700 |
|---|---|---|
| committer | John Sun <jsun@sightmachine.com> | 2014-04-04 15:49:14 -0700 |
| commit | 3c1ca240eb7d90e7c7e925c06712a59a4063cb7e (patch) | |
| tree | a16466e168fd42f7f184fe5f96947e918c9a4c74 /pyvimba/__init__.py | |
| parent | f71223d809af8cb749f6a3b37b3a29a022322d02 (diff) | |
| download | pymba-3c1ca240eb7d90e7c7e925c06712a59a4063cb7e.tar.gz pymba-3c1ca240eb7d90e7c7e925c06712a59a4063cb7e.zip | |
Rename directory to pymba instead of pyvimba.
Fix test_systemfeatures.py
Diffstat (limited to 'pyvimba/__init__.py')
| -rw-r--r-- | pyvimba/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pyvimba/__init__.py b/pyvimba/__init__.py deleted file mode 100644 index 96a931e..0000000 --- a/pyvimba/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -from vimba import Vimba -from vimbaexception import VimbaException - |
