0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

Make mergerepositories.py and makealldists.py work on Python<2.6

This commit is contained in:
Richard Kreuter 2010-04-08 13:27:14 -04:00
parent 2c284c7aa7
commit 1ef1d7d2c5
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/python
from __future__ import with_statement
import subprocess
import sys
import os

View File

@ -1,5 +1,6 @@
#!/usr/bin/python
from __future__ import with_statement
from libcloud.types import Provider
from libcloud.providers import get_driver
from libcloud.drivers.ec2 import EC2NodeDriver, NodeImage