~ubuntu-branches/ubuntu/warty/pygame/warty

« back to all changes in this revision

Viewing changes to lib/locals.py

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-09-17 17:09:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040917170953-caomeukd8awvvpwv
Tags: 1.6-0.2ubuntu1
Add missing build-depends: python

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##    pygame - Python Game Library
2
 
##    Copyright (C) 2000-2001  Pete Shinners
 
2
##    Copyright (C) 2000-2003  Pete Shinners
3
3
##
4
4
##    This library is free software; you can redistribute it and/or
5
5
##    modify it under the terms of the GNU Library General Public
25
25
 
26
26
from pygame.constants import *
27
27
from pygame.rect import Rect
 
28
import pygame.color as color
 
29
Color = color.Color
 
30