mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 13:32:17 +03:00
import fixed about enum
This commit is contained in:
parent
23e0d605de
commit
5e5b446f6b
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
|
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
|
||||||
from base.model.MessageType import MessageType
|
from base.model.enum.MessageType import MessageType
|
||||||
|
|
||||||
|
|
||||||
class MessageFactory(object):
|
class MessageFactory(object):
|
||||||
|
|
|
@ -5,8 +5,8 @@ import subprocess
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
from base.Scope import Scope
|
from base.Scope import Scope
|
||||||
from base.model.MessageType import MessageType
|
|
||||||
from base.model.Response import Response
|
from base.model.Response import Response
|
||||||
|
from base.model.enum.MessageType import MessageType
|
||||||
|
|
||||||
|
|
||||||
class Context(object):
|
class Context(object):
|
||||||
|
|
Loading…
Reference in a new issue