refactor umbra.py into controller.py and browser.py, improve class names

This commit is contained in:
Noah Levitt 2014-05-20 02:42:40 -07:00
parent 6fdcdd0bf0
commit 3e4232f32c
4 changed files with 184 additions and 363 deletions

View file

@ -1,6 +1,6 @@
# vim: set sw=4 et:
import setuptools
import setuptools
setuptools.setup(name='umbra',
version='0.1',