remove an ugly hack that had GetSliceFamily set the slice vref to omf
[plcapi.git] / PLC / Methods / GetSession.py
index f1263c8..6a8ac4c 100644 (file)
@@ -17,6 +17,7 @@ class GetSession(Method):
     accepts = [Auth()]
     returns = Session.fields['session_id']
 
+
     def call(self, auth):
         # Authenticated with a session key, just return it
         if auth.has_key('session'):