Closed adamrp closed 10 years ago
The imports in live_ebi_sra_rest_services.py (Lines 12-21) need to be cleaned up; the biggest problem is line 12, where environ is imported from os.path when in fact it is in os.
environ
os.path
os
The imports in live_ebi_sra_rest_services.py (Lines 12-21) need to be cleaned up; the biggest problem is line 12, where
environ
is imported fromos.path
when in fact it is inos
.