Delete ec2driver_config.py

This commit is contained in:
Venu Murthy 2014-11-04 17:33:49 +05:30
parent ddb89691bd
commit e2723b37cf
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
import os
if os.environ.get('MOCK_EC2'):
print "test environment"
from ec2driver_test_config import *
else:
print "prod env"
from ec2driver_standard_config import *