Commit dd45ffe4 authored by Lu Xu's avatar Lu Xu 👀

wip

parent 59a5267d
...@@ -24,7 +24,7 @@ md5sum = 6e0a052bd0ca08cc0c7b4880d3deffcc ...@@ -24,7 +24,7 @@ md5sum = 6e0a052bd0ca08cc0c7b4880d3deffcc
[lopcomm-rrh-stats.jinja2.py] [lopcomm-rrh-stats.jinja2.py]
_update_hash_filename_ = lopcomm-rrh-stats.jinja2.py _update_hash_filename_ = lopcomm-rrh-stats.jinja2.py
md5sum = fe89c7abed218f5c8307ff7c9218a3be md5sum = 7492185bd27d5c28dd9096fc1ed5859e
[template-lte-enb-epc] [template-lte-enb-epc]
_update_hash_filename_ = instance-enb-epc.jinja2.cfg _update_hash_filename_ = instance-enb-epc.jinja2.cfg
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
import json import json
import logging import logging
import time import time
import xmltodict
from logging.handlers import RotatingFileHandler from logging.handlers import RotatingFileHandler
from ncclient import manager from ncclient import manager
from ncclient.xml_ import * from ncclient.xml_ import *
......
...@@ -137,6 +137,7 @@ eggs = ...@@ -137,6 +137,7 @@ eggs =
${pynacl:egg} ${pynacl:egg}
${bcrypt:egg} ${bcrypt:egg}
ncclient ncclient
xmltodict
interpreter = pythonwitheggs interpreter = pythonwitheggs
[versions] [versions]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment