Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 676 | Differences between
and this patch

Collapse All | Expand All

(-)cymbaline.py (-1 / +1 lines)
Lines 17-23 Link Here
17
import sys, os, random, time, string, commands, getopt, thread, glob, urllib2
17
import sys, os, random, time, string, commands, getopt, thread, glob, urllib2
18
import re, termios, signal, select, cPickle, copy, struct, shutil
18
import re, termios, signal, select, cPickle, copy, struct, shutil
19
py_ver = sys.version[:3]
19
py_ver = sys.version[:3]
20
module_path = "/usr/local/cymbaline"
20
module_path = "/usr/lib/cymbaline"
21
sys.path.append(module_path)
21
sys.path.append(module_path)
22
import ID3, mp3, fcntl, UserDict
22
import ID3, mp3, fcntl, UserDict
23
import cycolors as col                  # edit colors.py for colors
23
import cycolors as col                  # edit colors.py for colors

Return to bug 676