Skip to content

Commit a463519

Browse files
committed
Remove some outdated comments about bpython's version and requirements
1 parent 22a2cce commit a463519

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bpython/cli.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python
2-
# bpython 0.8.0::fancy curses interface to the Python repl::Bob Farrell 2008
32
#
43
# The MIT License
54
#
@@ -23,9 +22,6 @@
2322
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2423
# THE SOFTWARE.
2524
#
26-
# Requires at least Python 2.4, pygments and pyparsing
27-
# Debian/Ubuntu: aptitude install python-pyments python-pyparsing
28-
#
2925

3026
from __future__ import with_statement
3127

0 commit comments

Comments
 (0)