Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urwid.ELLIPSIS not exported #443

Closed
1 of 3 tasks
cyrus-and opened this issue Dec 6, 2020 · 0 comments
Closed
1 of 3 tasks

urwid.ELLIPSIS not exported #443

cyrus-and opened this issue Dec 6, 2020 · 0 comments
Labels
bug in progress low hanging fruit Good starters for a first PR

Comments

@cyrus-and
Copy link

Description:

urwid.ELLIPSIS is not exported.

Affected versions (if applicable)
  • master branch (specify commit)
  • Latest stable version from pypi
  • Other (specify source)
Steps to reproduce (if applicable)
$ python3 -c 'import urwid; print(urwid.ELLIPSIS)'
Expected/actual outcome

Expected:

$ python3 -c 'import urwid; print(urwid.ELLIPSIS)'
ellipsis

Actual:

$ python3 -c 'import urwid; print(urwid.ELLIPSIS)'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: module 'urwid' has no attribute 'ELLIPSIS'
@penguinolog penguinolog added the low hanging fruit Good starters for a first PR label Mar 28, 2023
penguinolog pushed a commit to penguinolog/urwid that referenced this issue Mar 29, 2023
penguinolog pushed a commit to penguinolog/urwid that referenced this issue Mar 30, 2023
penguinolog pushed a commit to penguinolog/urwid that referenced this issue Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug in progress low hanging fruit Good starters for a first PR
Projects
None yet
Development

No branches or pull requests

2 participants