more entries in gitignore for lower noise
[plcapi.git] / db-config.d / 099-hrns
index f55cd74..a2070f6 100644 (file)
@@ -1,8 +1,7 @@
 # -*-python-*-
-# $Id$
-# $URL$
-#################### 
+####################
 # quick and dirty, make sure all hrns are set on local nodes
 # could/should get trashed somedy
 
-for node in GetNodes({'peer_id':None}): UpdateNode(node['node_id'],{'hostname':node['hostname']})
+for node in GetNodes({'peer_id': None}):
+    UpdateNode(node['node_id'], {'hostname': node['hostname']})