Setting tag plcapi-5.4-2
[plcapi.git] / PLC / Methods / SliceGetTicket.py
index d687cf8..27c0832 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 import os
 import sys
 from subprocess import Popen, PIPE, call
@@ -113,7 +111,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']: