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:
parent
2c284c7aa7
commit
1ef1d7d2c5
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from __future__ import with_statement
|
||||
import subprocess
|
||||
import sys
|
||||
import os
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user