* examples/ARcue.py:

* examples/gtkcrc.py:
	  Rework both examples to look more similar.
This commit is contained in:
Thomas Vander Stichele
2009-04-12 09:02:25 +00:00
parent d47402af60
commit 07587f51e4
3 changed files with 27 additions and 30 deletions

View File

@@ -20,15 +20,14 @@
# You should have received a copy of the GNU General Public License
# along with morituri. If not, see <http://www.gnu.org/licenses/>.
import os
import sys
from morituri.image import image
from morituri.common import task, crc
import gobject
gobject.threads_init()
from morituri.image import image
from morituri.common import task, crc
def main(path):
cueImage = image.Image(path)