mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-22 22:27:17 +00:00
parent
192074e569
commit
d1d4b2ebe0
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# -*-coding:UTF-8 -*
|
||||
|
||||
import redis, zmq, ConfigParser, json, pprint, time
|
||||
import dns.exception
|
||||
from packages import Paste as P
|
||||
from packages import lib_refine
|
||||
from packages import ZMQ_PubSub
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env python2
|
||||
# -*-coding:UTF-8 -*
|
||||
import redis, zmq, ConfigParser, json, pprint, time
|
||||
import dns.exception
|
||||
from packages import Paste as P
|
||||
from packages import lib_refine
|
||||
from packages import ZMQ_PubSub
|
||||
|
|
Loading…
Reference in a new issue