X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=qchess%2Fsrc%2Fimages.py;h=72848683a6db192d411098609b0811639e775741;hb=1da52d4a75c75ddff22f3a67a2c06875b335e601;hp=dd79b107c71d94e61cc7ac7f26b19a773209928c;hpb=444244d5c7698bb7861cdb7c0ec6bfb0e8cebfb7;p=progcomp2013.git diff --git a/qchess/src/images.py b/qchess/src/images.py index dd79b10..7284868 100644 --- a/qchess/src/images.py +++ b/qchess/src/images.py @@ -1,4 +1,7 @@ -import pygame +try: + import pygame +except: + pass import os # Dictionary that stores the unicode character representations of the different pieces