setup.py falls down, does boom when building package for Debian Squeeze

This commit is contained in:
Nicolas Simonds 2012-05-06 20:25:14 -07:00
parent 3fef845cef
commit 328486caa6

View file

@ -3,6 +3,9 @@
The setup script for salt
'''
# For Python 2.5. A no-op on 2.6 and above.
from __future__ import with_statement
import os
import sys
from glob import glob