X-Git-Url: https://git.ucc.asn.au/?p=progcomp2013.git;a=blobdiff_plain;f=qchess%2Fsrc%2Fimages.py;h=72848683a6db192d411098609b0811639e775741;hp=dd79b107c71d94e61cc7ac7f26b19a773209928c;hb=5e4b175a7410b8878705b69ed8f97caf10b45a64;hpb=444244d5c7698bb7861cdb7c0ec6bfb0e8cebfb7 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