pokemon-terminal-theme 1.3.6 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pokemon-terminal-theme",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "Pokemon terminal themes",
5
5
  "bin": {
6
6
  "pokemon": "pokemon",
@@ -7,7 +7,7 @@ import sys
7
7
  from multiprocessing import Process
8
8
  from pathlib import Path
9
9
 
10
- from . import scripter, slideshow
10
+ import scripter, slideshow
11
11
  from pokemonterminal.command_flags import parser, is_slideshow
12
12
  from pokemonterminal.database import Database
13
13
  from pokemonterminal.filters import Filter