Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
f8c2bb62
Commit
f8c2bb62
authored
Nov 18, 2016
by
LE GAC Renaud
Browse files
Move the module callbacks to plugin_tev.
parent
3cdfbd8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
models/common_settings.py
models/common_settings.py
+1
-1
modules/plugin_tev/__init__.py
modules/plugin_tev/__init__.py
+3
-0
No files found.
models/common_settings.py
View file @
f8c2bb62
...
...
@@ -5,7 +5,7 @@
import
plugin_dbui
as
dbui
from
datetime
import
datetime
from
callbacks
import
INHIBIT_CASCADE_DELETE
from
plugin_tev
import
INHIBIT_CASCADE_DELETE
from
gluon.tools
import
PluginManager
#-------------------------------------------------------------------------------
...
...
modules/plugin_tev/__init__.py
View file @
f8c2bb62
# -*- coding: utf-8 -*-
from
callbacks
import
INHIBIT_CASCADE_DELETE
from
model_core
import
EvtModelCore
from
model_report
import
EvtModelReport
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment