from Consensus import Consensus
from Conservation import Conservation
import Pmw
import Tkinter
import chimera
from chimera import replyobj
from chimera.misc import chimeraLabel
from prefs import prefs, WRAP_IF, WRAP_THRESHOLD, WRAP, LINE_WIDTH, FONT_NAME, FONT_SIZE, LINE_SEP, COLUMN_SEP
import string
import tkFont
|