diff scripts/testconsole.py @ 854:3577c51029f1 default tip

Remove Suspended Sentence. pyntnclick is the library we extracted from it
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 21 Jun 2014 22:15:54 +0200
parents f95830b58336
children
line wrap: on
line diff
--- a/scripts/testconsole.py	Sat Jun 21 22:04:35 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-#! /usr/bin/env python
-# testconsole.py
-# Copyright Simon Cross, Neil Muller, 2009 (see COPYING File)
-
-
-"""This module launches an interactive console.
-
-   Its purpose is to provide an easy means to
-   test the environment created by a py2exe build.
-   """
-
-if __name__ == "__main__":
-    import code
-    # pylint: disable-msg=C0103
-    # pylint thinks this should be a constant
-    console = code.InteractiveConsole()
-    console.interact()