[translations] [minor] updated translations.py

This commit is contained in:
Anand Doshi 2013-07-24 11:31:38 +05:30
parent bd821f9f64
commit de0d64a96c

View file

@ -114,7 +114,6 @@ def build_message_files():
def build_for_pages(path):
"""make locale files for framework py and js (all)"""
from webnotes.modules import get_doc_path
messages = []
for (basepath, folders, files) in os.walk(path):
if os.path.basename(os.path.dirname(basepath))=="page":