From 01e24424971ffa9faa5dabf2e6724cea997a2afb Mon Sep 17 00:00:00 2001 From: John Sun Date: Wed, 2 Apr 2014 16:22:14 -0700 Subject: First pass at making pymba a pip installable module. 1) Moved all the source-code under a new folder "pyvimba". Yes I changed the name. Feel free to change it back 2) Added initial CHANGES.txt, MANIFEST.in, LICENSE, README.txt 3) Move opencv_example.py to "tests" directory --- __init__.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 __init__.py (limited to '__init__.py') diff --git a/__init__.py b/__init__.py deleted file mode 100644 index 96a931e..0000000 --- a/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -from vimba import Vimba -from vimbaexception import VimbaException - -- cgit v1.2.3