diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-11-26 23:40:01 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-11-26 23:40:01 -0200 |
commit | 8fb86e6aafd1112835d1c42e988c8a5b8a2ad829 (patch) | |
tree | 4d6d53a90e782ee14606c9060b5022cf73b2b4e8 | |
parent | added fabfile.py (diff) | |
download | checkbump-8fb86e6aafd1112835d1c42e988c8a5b8a2ad829.tar.gz checkbump-8fb86e6aafd1112835d1c42e988c8a5b8a2ad829.tar.bz2 checkbump-8fb86e6aafd1112835d1c42e988c8a5b8a2ad829.zip |
removed unused import
-rw-r--r-- | fabfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ :license: BSD (http://www.opensource.org/licenses/bsd-license.php) """ -from fabric.api import cd, env, local, put, run +from fabric.api import env, local, put, run from glob import glob env.user = 'rafaelmartins' |