mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
add hurry.filesize, add gitignore to ignore pyc files
This commit is contained in:
parent
9d126924e7
commit
187f3e616e
6 changed files with 177 additions and 0 deletions
7
hurry/__init__.py
Normal file
7
hurry/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# this is a namespace package
|
||||
try:
|
||||
import pkg_resources
|
||||
pkg_resources.declare_namespace(__name__)
|
||||
except ImportError:
|
||||
import pkgutil
|
||||
__path__ = pkgutil.extend_path(__path__, __name__)
|
||||
Loading…
Add table
Add a link
Reference in a new issue