[fix] removing unnecessary definition

This commit is contained in:
Al
2015-06-01 17:13:57 -04:00
parent 9c935c9cc7
commit 6b3d434c31
2 changed files with 3 additions and 3 deletions

View File

@@ -11,9 +11,6 @@ sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir)))
CLDR_URL = 'http://www.unicode.org/Public/cldr/latest/core.zip'
CLDR_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir,
'data', 'unicode', 'cldr')
def download_cldr(temp_dir=None):
if os.path.exists(CLDR_DIR):