Skip to content

Commit

Permalink
thought of a way cooler name
Browse files Browse the repository at this point in the history
  • Loading branch information
eclecticc committed Aug 8, 2011
1 parent d53af99 commit 7ce6054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions calibration.py
Expand Up @@ -5,7 +5,7 @@
import pygame
from pygame.locals import *

class CrystalCalibration(object):
class SnowGlobeCalibration(object):
def __init__(self, fullscreen, filename):
self.filename = filename
self.size = (848, 480)
Expand Down Expand Up @@ -173,6 +173,6 @@ def main(self):
filename = None
if len(sys.argv) > 1:
filename = sys.argv[1]
crystal = CrystalCalibration(True, filename)
crystal.main()
snowglobe = SnowGlobeCalibration(True, filename)
snowglobe.main()

0 comments on commit 7ce6054

Please sign in to comment.