changed/added license heading. Moved some json files to yaml
[osm/openvim.git] / openvimd.py
index 220c90a..cc2ae59 100755 (executable)
@@ -3,7 +3,7 @@
 
 ##
 # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U.
-# This file is part of openmano
+# This file is part of openvim
 # All Rights Reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -30,12 +30,12 @@ and host controllers
 
 __author__="Alfonso Tierno"
 __date__ ="$10-jul-2014 12:07:15$"
-__version__="0.4.6-r466"
-version_date="Jul 2016"
+__version__="0.4.7-r494"
+version_date="Sep 2016"
 database_version="0.7"      #expected database schema version
 
 import httpserver
-from utils import auxiliary_functions as af
+import auxiliary_functions as af
 import sys
 import getopt
 import time