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 (-2 / +2 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
Lines 141-147 Link Here
141
mp3_player = "mpg123"
141
mp3_player = "mpg123"
142
ogg_player = "ogg123"
142
ogg_player = "ogg123"
143
mod_player = "mikmod"
143
mod_player = "mikmod"
144
text_viewer = "vim"
144
text_viewer = "less"
145
image_viewer = "feh"
145
image_viewer = "feh"
146
debugging = 1
146
debugging = 1
147
base_url = "http://silmarill.org/cymbaline/"
147
base_url = "http://silmarill.org/cymbaline/"

Return to bug 676