Skip to content

Commit

Permalink
BUG: add missing import in paver script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Feb 28, 2012
1 parent 37f6e04 commit 886971f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
import subprocess
import re
import shutil
import warnings
try:
from hash import md5
except ImportError:
Expand Down

0 comments on commit 886971f

Please sign in to comment.