Changeset View
Changeset View
Standalone View
Standalone View
release/bin/blender-thumbnailer.py
| Context not available. | |||||
| """ wrap OS specific read functionality here, fallback to 'open()' | """ wrap OS specific read functionality here, fallback to 'open()' | ||||
| """ | """ | ||||
| class GFileWrapper: | class GFileWrapper(object): | ||||
| __slots__ = ("mode", "g_file") | __slots__ = ("mode", "g_file") | ||||
| def __init__(self, url, mode='r'): | def __init__(self, url, mode='r'): | ||||
| Context not available. | |||||