summary refs log tree commit diff stats
path: root/code/file.py
blob: 291e53b222e790a2287911984fe9faa619f7e692 (plain) (blame)
1
2
3
4
5
6
import fsobject
class File(fsobject.FSObject):
	pass
#	def __init__(self, path):
#		fsobject.FSObject.__init__(self, path)