← Back to team overview

divmod-dev team mailing list archive

lp:~jerith/divmod.org/remove-ISSHService-ITelnetService-1205861 into lp:divmod.org

 

Jeremy Thurgood has proposed merging lp:~jerith/divmod.org/remove-ISSHService-ITelnetService-1205861 into lp:divmod.org.

Requested reviews:
  Divmod-dev (divmod-dev)
Related bugs:
  Bug #1205861 in Divmod Imaginary: "obsolete ISSHService and ITelnetService still around"
  https://bugs.launchpad.net/imaginary/+bug/1205861

For more details, see:
https://code.launchpad.net/~jerith/divmod.org/remove-ISSHService-ITelnetService-1205861/+merge/181760

Removes obsolete interfaces, as per https://bugs.launchpad.net/imaginary/+bug/1205861
-- 
https://code.launchpad.net/~jerith/divmod.org/remove-ISSHService-ITelnetService-1205861/+merge/181760
Your team Divmod-dev is requested to review the proposed merge of lp:~jerith/divmod.org/remove-ISSHService-ITelnetService-1205861 into lp:divmod.org.
=== modified file 'Imaginary/imaginary/iimaginary.py'
--- Imaginary/imaginary/iimaginary.py	2011-09-16 19:28:17 +0000
+++ Imaginary/imaginary/iimaginary.py	2013-08-23 09:44:15 +0000
@@ -5,22 +5,6 @@
 
 
 
-class ITelnetService(Interface):
-    """
-    Really lame tag interface used by the Mantissa offering system to uniquely
-    identify a powerup that runs a telnet server.
-    """
-
-
-
-class ISSHService(Interface):
-    """
-    Really lame tag interface used by the Mantissa offering system to uniquely
-    identify a powerup that runs an ssh server.
-    """
-
-
-
 class IThingType(Interface):
     """
     Plugin interface for kinds of objects which can be created in the realm.


Follow ups