File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11# The MIT License
22#
3- # Copyright (c) 2009-2012 the bpython authors.
3+ # Copyright (c) 2009-2015 the bpython authors.
44#
55# Permission is hereby granted, free of charge, to any person obtaining a copy
66# of this software and associated documentation files (the "Software"), to deal
2121# THE SOFTWARE.
2222#
2323
24- from __future__ import with_statement
2524import __builtin__
2625import __main__
2726import abc
2827import rlcompleter
29- import line as lineparts
3028import re
3129import os
3230from glob import glob
3331from functools import partial
3432from bpython import inspection
3533from bpython import importcompletion
34+ from bpython import line as lineparts
3635from bpython ._py3compat import py3
3736
3837# Autocomplete modes
You can’t perform that action at this time.
0 commit comments