updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python-pytagcloud / init.patch
blob40c587f26119ef72691932c10294f57b8668c698
1 --- a/pytagcloud/__init__.py 2010-10-27 18:54:14.461000232 -0500
2 +++ b/pytagcloud/__init__.py 2010-10-27 18:54:54.603000232 -0500
3 @@ -14,7 +14,7 @@
4 LOWER_START = 0.45
5 UPPER_START = 0.55
7 -pygame.init()
8 +pygame.font.init()
9 convsurf = Surface((2 * TAG_PADDING, 2 * TAG_PADDING))
10 convsurf.fill((255, 0, 255))
11 convsurf.set_colorkey((255, 0, 255))