]> git.ipfire.org Git - nitsi.git/blobdiff - src/nitsi/network.py
Make class names camel-case
[nitsi.git] / src / nitsi / network.py
index 7bdd0af86dcbd42b6191d4c0dc210e09b49e27e0..155cb3282d81bfdf5759e2a8d32d5c2fc703d782 100644 (file)
@@ -6,7 +6,7 @@ import os
 logger = logging.getLogger("nitsi.network")
 
 # # A class which define and undefine a virtual network based on an xml file
-class network():
+class Network():
     def __init__(self, libvirt_con, network_xml_file):
         self.log = logger.getChild(os.path.basename(os.path.dirname(network_xml_file)))
         self.con = libvirt_con