mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
setup.py falls down, does boom when building package for Debian Squeeze
This commit is contained in:
parent
3fef845cef
commit
328486caa6
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue