Skip to content

Commit

Permalink
pyc importer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Dec 18, 2011
1 parent a3b8ef1 commit 5937282
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -13,9 +13,13 @@ stats:
site:
cd docs; make dirhtml

pyc:
find . -name "*.pyc" -exec rm '{}' ';'

deps:
rm -fr requests/packages/urllib3
git clone https://github.com/shazow/urllib3.git
mv urllib3/urllib3 requests/packages/
rm -fr urllib3

docs: site

0 comments on commit 5937282

Please sign in to comment.