Feature creep in log files
[progcomp2013.git] / qchess / src / images.py
index dd79b10..7284868 100644 (file)
@@ -1,4 +1,7 @@
-import pygame
+try:
+       import pygame
+except:
+       pass
 import os
 
 # Dictionary that stores the unicode character representations of the different pieces

UCC git Repository :: git.ucc.asn.au