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