pvl.dns.zone: typofix self.comment
authorTero Marttila <terom@fixme.fi>
Mon, 10 Mar 2014 18:27:58 +0200
changeset 378 3fed153a1fe6
parent 377 f7e1e93a65f9
child 379 60ce05b30227
pvl.dns.zone: typofix self.comment
pvl/dns/zone.py
--- a/pvl/dns/zone.py	Sun Mar 02 13:24:06 2014 +0200
+++ b/pvl/dns/zone.py	Mon Mar 10 18:27:58 2014 +0200
@@ -423,7 +423,7 @@
         """
 
         if self.comment :
-            comment = '\t; ' + self._comment
+            comment = '\t; ' + self.comment
         else :
             comment = ''