diff options
author | Kenneth Reitz <me@kennethreitz.com> | 2013-10-17 01:05:38 -0400 |
---|---|---|
committer | Kenneth Reitz <me@kennethreitz.com> | 2013-10-17 01:05:38 -0400 |
commit | f4adc3b5283929ec69cde848b48dc43e1c0fbf4c (patch) | |
tree | dcadecdf45268bf44ef60631b19f90d8cac0f0aa /tasks.py | |
parent | 309b301475415b6af6538064426b7350223287bd (diff) | |
download | python-requests-test6.tar.gz |
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ print 'TESTING TESTING ONE TWO THREE' + + + import requests from invoke import run, task |