Mercurial > hg > PaInt
changeset 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 | 
| files | paint/__init__.py paint/package.py tests/doctest.txt | 
| diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/paint/__init__.py Thu Feb 23 17:49:05 2012 -0800 +++ b/paint/__init__.py Fri Feb 24 14:52:53 2012 -0800 @@ -1,2 +1,2 @@ -# +from package import *
