Fixed includes for new package layout

This commit is contained in:
jaseg 2013-09-16 15:42:00 +02:00
parent 5355b1d878
commit 09c1235889
4 changed files with 5 additions and 4 deletions

View file

@ -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'

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
import xtermcolors
from pixelterm import xtermcolors
reset_sequence = '\033[39;49m'

View file

@ -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

View file

@ -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