summary refs log blame commit diff stats
path: root/code/file.py
blob: 291e53b222e790a2287911984fe9faa619f7e692 (plain) (tree)
1
2
3
4
5
6





                                                      
import fsobject
class File(fsobject.FSObject):
	pass
#	def __init__(self, path):
#		fsobject.FSObject.__init__(self, path)