codekasten/WKNcharts/guiShowPics.py
age 2a2986996a * bildbetrachter eingebaut
* loglevel eingefuehrt
 * bildtab aus notepad entfernt
2006-06-15 09:10:52 +00:00

12 lines
221 B
Python

#!/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