codekasten/WKNcharts/guiShowPics.py

12 lines
221 B
Python
Raw Normal View History

#!/bin/env/python
class GuiShowPics:
'''this class will soon substitute pyview.py'''
import sys,os,stat,re,locale
match_pics=re.compile(r".*\.(png|tiff|jpg|jpeg|xpm)$")
def __init__(self, gui):
self.gui = gui