6fb967ac3b
fast startup, reorganised python/
9 lines
122 B
Python
Executable File
9 lines
122 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
import sys
|
|
|
|
import logging
|
|
logging.basicConfig(level = logging.DEBUG)
|
|
|
|
from gi.repository import Vips
|