~vcs-imports/python-musicbrainz2/trunk

« back to all changes in this revision

Viewing changes to src/musicbrainz2/utils.py

  • Committer: luks
  • Date: 2011-11-03 13:38:06 UTC
  • Revision ID: luks-20111103133806-ppvk6jili0x2r5c7
Remove some unused imports (Mineo)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
@author: Matthias Friedrich <matt@mafr.de>
6
6
"""
7
 
__revision__ = '$Id: utils.py 11853 2009-07-21 09:26:50Z luks $'
 
7
__revision__ = '$Id: utils.py 13322 2011-11-03 13:38:06Z luks $'
8
8
 
9
9
import re
10
10
import urlparse
11
 
import os.path
12
11
 
13
12
__all__ = [
14
13
        'extractUuid', 'extractFragment', 'extractEntityType',