We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa1dcc commit 8315819Copy full SHA for 8315819
bpython/cli.py
@@ -1,5 +1,4 @@
1
#!/usr/bin/env python
2
-# bpython 0.8.0::fancy curses interface to the Python repl::Bob Farrell 2008
3
#
4
# The MIT License
5
@@ -23,9 +22,6 @@
23
22
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24
# THE SOFTWARE.
25
26
-# Requires at least Python 2.4, pygments and pyparsing
27
-# Debian/Ubuntu: aptitude install python-pyments python-pyparsing
28
-#
29
30
from __future__ import with_statement
31
0 commit comments