added code to better control governor
This commit is contained in:
+2
-5
@@ -1,9 +1,6 @@
|
||||
from app_class import AppClass
|
||||
from config import Config, TriggerTuple, MissingConfig
|
||||
|
||||
|
||||
class TriggerImportError(Exception):
|
||||
pass
|
||||
from config import Config, TriggerTuple
|
||||
from exceptions import MissingConfig, TriggerImportError
|
||||
|
||||
|
||||
class Trigger(AppClass):
|
||||
|
||||
Reference in New Issue
Block a user