- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / SliceGetTicket.py
index d9723b9..59c67bb 100644 (file)
@@ -1,4 +1,5 @@
-# $Id#
+# $Id$
+# $URL$
 import os
 import sys
 from subprocess import Popen, PIPE, call
@@ -112,7 +113,7 @@ class SliceGetTicket(GetSliceTicket):
                          {'id': str(slice['slice_id']),
                           'name': unicode(slice['name']),
                           'expiry': unicode(int(slice['expires']))})
-        
+
         # <nodes>
         xml.startElement('nodes', {})
         for node_id in slice['node_ids']: