diff options
| author | Tulir Asokan <tulir@maunium.net> | 2021-01-20 23:57:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 23:57:28 +0200 |
| commit | dab2420cd4b3b42b6ec89d45711d3dc5c109824f (patch) | |
| tree | 05e65e65ad5a274a756182cbe43ee8d40dbbfccc | |
| parent | d3adedf3dfaede63d5b03b263c2cfaad291c4ffe (diff) | |
| parent | 601d2acc3272315f1b2356eff2a35cfa16d459d9 (diff) | |
Merge pull request #28 from SpiritCroc/fix-import
Rename import.py, since import is a keyword
| -rw-r--r-- | setup.py | 2 | ||||
| -rw-r--r-- | sticker/stickerimport.py (renamed from sticker/import.py) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ setuptools.setup( "Programming Language :: Python :: 3.8", ], entry_points={"console_scripts": [ - "sticker-import=sticker.import:cmd", + "sticker-import=sticker.stickerimport:cmd", "sticker-pack=sticker.pack:cmd", ]}, ) diff --git a/sticker/import.py b/sticker/stickerimport.py index 6846184..6846184 100644 --- a/sticker/import.py +++ b/sticker/stickerimport.py |
