Fixed includes for new package layout
This commit is contained in:
parent
5355b1d878
commit
09c1235889
4 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import os, sys, argparse, os.path, json, time, signal, atexit, pixelterm
|
||||
import os, sys, argparse, os.path, json, time, signal, atexit
|
||||
from pixelterm import pixelterm
|
||||
from PIL import Image, GifImagePlugin, ImageSequence
|
||||
|
||||
clear_screen = '\033[H\033[2J'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import xtermcolors
|
||||
from pixelterm import xtermcolors
|
||||
|
||||
reset_sequence = '\033[39;49m'
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
def main():
|
||||
import os, sys, argparse, os.path, json, re
|
||||
import xtermcolors
|
||||
from pixelterm import xtermcolors
|
||||
|
||||
# Resolve HTML-style hex RGB color codes to xterm-256color color numbers
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import os, sys, os.path
|
||||
from collections import defaultdict
|
||||
import xtermcolors
|
||||
from pixelterm import xtermcolors
|
||||
from PIL import Image, PngImagePlugin
|
||||
try:
|
||||
import re2 as re
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue