This commit is contained in:
Immortalin
2015-11-14 22:40:14 +08:00
parent fae638c48b
commit 9a69dff34b

View File

@@ -451,7 +451,7 @@ if __name__ == "__main__":
elif os.path.isdir(os.path.join(os.path.pardir, "google-closure-library")):
# When Closure is installed by npm, it is named "google-closure-library".
calcdeps = import_path(os.path.join(
os.path.pardir, "closure-library", "closure", "bin", "calcdeps.py"))
os.path.pardir, "google-closure-library", "closure", "bin", "calcdeps.py"))
# print("Error: Closure directory needs to be renamed from"
# "'google-closure-library' to 'closure-library'.\n"
# "Please rename this directory.")