Correct import on fabric config

This commit is contained in:
2010-11-08 13:28:12 +00:00
parent 908aafc404
commit 4a26ab54e3

1
fabfile.py vendored
View File

@@ -1,5 +1,6 @@
from __future__ import with_statement
import time
import os
from fabric.api import *
from hashlib import sha1