Skip to content

Commit

Permalink
Remove __all__ from my_shlex (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanunderscore authored and kislyuk committed Jan 18, 2017
1 parent 756e261 commit 8f62d5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions argcomplete/my_shlex.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
except NameError:
basestring = str

__all__ = ["shlex", "split"]

class shlex:
"A lexical analyzer class for simple shell-like syntaxes."
def __init__(self, instream=None, infile=None, posix=False,
Expand Down

0 comments on commit 8f62d5e

Please sign in to comment.