comparison 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
comparison
equal deleted inserted replaced
9:562230cc2e86 10:d63ae03cc300
6 import shutil 6 import shutil
7 import tarfile 7 import tarfile
8 import tempfile 8 import tempfile
9 import urllib2 9 import urllib2
10 import utils 10 import utils
11
12 __all__ = ['Package']
11 13
12 class Package(object): 14 class Package(object):
13 # XXX much of this is generic resource stuff and should be split off 15 # XXX much of this is generic resource stuff and should be split off
14 16
15 def __init__(self, src): 17 def __init__(self, src):