Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5a2d7c

Browse filesBrowse files
committed
Clean up imports
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 0badec0 commit b5a2d7c
Copy full SHA for b5a2d7c

1 file changed

+2-3Lines changed: 2 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎bpython/autocomplete.py‎

Copy file name to clipboardExpand all lines: bpython/autocomplete.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -21,18 +21,17 @@
2121
# THE SOFTWARE.
2222
#
2323

24-
from __future__ import with_statement
2524
import __builtin__
2625
import __main__
2726
import abc
2827
import rlcompleter
29-
import line as lineparts
3028
import re
3129
import os
3230
from glob import glob
3331
from functools import partial
3432
from bpython import inspection
3533
from bpython import importcompletion
34+
from bpython import line as lineparts
3635
from bpython._py3compat import py3
3736

3837
# Autocomplete modes

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.