diff paint/package.py @ 10:d63ae03cc300

* fix up __init__ imports * stub test
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 24 Feb 2012 14:52:53 -0800
parents 562230cc2e86
children c41a946d34af
line wrap: on
line diff
--- a/paint/package.py	Thu Feb 23 17:49:05 2012 -0800
+++ b/paint/package.py	Fri Feb 24 14:52:53 2012 -0800
@@ -9,6 +9,8 @@
 import urllib2
 import utils
 
+__all__ = ['Package']
+
 class Package(object):
     # XXX much of this is generic resource stuff and should be split off