Merge branch 'master' of github.com:hanez/linspector

This commit is contained in:
Rafael.Timmerberg 2013-05-27 01:44:48 +02:00
commit 18876e3962
2 changed files with 3 additions and 2 deletions

View file

@ -5,10 +5,10 @@ clean:
find . -type f -name "*.pyc" -exec rm -f {} \;
docs:
epydoc --html -o docs ./lib
epydoc --html -o docs ./
docs-pdf:
epydoc --pdf -o docs ./lib
epydoc --pdf -o docs ./
docs-clean:
rm -rf docs

1
__init__.py Normal file
View file

@ -0,0 +1 @@
from lib import *