Cleanup mediagoblin._compat and fix translation tests.

This commit is contained in:
Berker Peksag
2014-07-28 13:27:19 +03:00
parent 173099ad2b
commit cf3b5926f4
6 changed files with 25 additions and 24 deletions

View File

@@ -14,16 +14,16 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import shutil
from six.moves.urllib.parse import urlparse
from mediagoblin.storage import (
StorageInterface,
clean_listy_filepath,
NoWebServing)
import os
import shutil
from mediagoblin._compat import urlparse
class BasicFileStorage(StorageInterface):
"""