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

fixed a bug building the web2py version of the plugin.

parent e53ebb10
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ import urllib ...@@ -42,7 +42,7 @@ import urllib
# constants # constants
APP = 'mygit_dbui_04x' APP = os.path.basename(os.getcwd())
CHANGELOG = 'static/plugin_dbui/CHANGELOG' CHANGELOG = 'static/plugin_dbui/CHANGELOG'
DBUI_W2P = 'web2py.plugin.dbui.%s.w2p' DBUI_W2P = 'web2py.plugin.dbui.%s.w2p'
JSBASE = 'static/plugin_dbui/src/base.js' JSBASE = 'static/plugin_dbui/src/base.js'
......
...@@ -19,7 +19,7 @@ def pack_plugin(): ...@@ -19,7 +19,7 @@ def pack_plugin():
""" """
pname = 'dbui' pname = 'dbui'
fname = 'web2py.plugin.%s.w2p' %pname fname = 'web2py.plugin.%s.w2p' % pname
filename = plugin_pack(request.application, pname, request) filename = plugin_pack(request.application, pname, request)
if filename: if filename:
......
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