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