Skip to content
Snippets Groups Projects
Commit 3373e244 authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Merge branch 'master' into dev_export

parents 32a220ac 77117a92
No related branches found
No related tags found
No related merge requests found
*~
.project
*.pyc
.pydevproject
.settings/
cache/
......
......@@ -369,7 +369,7 @@ if __name__ == '__main__':
ops.add_option("-c", "--compile",
action="store_true",
dest="compile",
help="compile the minimal library using sencha command.")
help="compile the javascript library using sencha command.")
ops.add_option("-e", "--epydoc",
action="store_true",
......
File mode changed from 100755 to 100644
......@@ -17,7 +17,6 @@ from helper import (encode_field,
is_foreign_field,
is_set_field)
from mapper import map_default
from docutils.nodes import row
# Associated gluon.dal.field type with an ExtJS widget
# The dictionary contains configuration parameters of the Ext JS widget
......
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment