Skip to content

Commit

Permalink
Fix print.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jun 30, 2014
1 parent 7ec5008 commit 10ce41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/fileutil.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# File utils.

from __future__ import print_function
import errno, os, shutil, zipfile

# Delete an entire directory tree if it exists.
Expand Down

0 comments on commit 10ce41b

Please sign in to comment.