summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pavement.py b/pavement.py
index 352e375d2..494d8b79d 100644
--- a/pavement.py
+++ b/pavement.py
@@ -22,8 +22,6 @@ TODO
- fix bdist_mpkg: we build the same source twice -> how to make sure we use
the same underlying python for egg install in venv and for bdist_mpkg
"""
-from __future__ import division, print_function
-
import os
import sys
import shutil