We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f3f3d commit e727525Copy full SHA for e727525
1 file changed
bagit.py
@@ -29,7 +29,6 @@
29
from urlparse import urlparse
30
31
32
-
33
def find_locale_dir():
34
for prefix in (os.path.dirname(__file__), sys.prefix):
35
locale_dir = os.path.join(prefix, 'locale')
0 commit comments