Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-14 05:53:53 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-14 05:53:53 (GMT)
commite3a383672cd61bacefe3095737af555a75159634 (patch)
tree5c45e87cb378aa7959643371d4e30cb65864d852 /constants.py
parent7989b436f94d133286b9ad074a6a0bd6126447ab (diff)
46 ready to go
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/46@977 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/constants.py b/constants.py
index 2fc6d1b..1eac77e 100644
--- a/constants.py
+++ b/constants.py
@@ -63,13 +63,13 @@ class Constants:
TIMERS.append(TIMER_5)
TIMERS.append(TIMER_10)
- DURATION_1 = 1
- DURATION_3 = 3
- DURATION_5 = 5
+ DURATION_2 = 2
+ DURATION_4 = 4
+ DURATION_6 = 6
DURATIONS = []
- DURATIONS.append(DURATION_1)
- DURATIONS.append(DURATION_3)
- DURATIONS.append(DURATION_5)
+ DURATIONS.append(DURATION_2)
+ DURATIONS.append(DURATION_4)
+ DURATIONS.append(DURATION_6)
colorBlack = Color()
colorBlack.init_rgba( 0, 0, 0, 255 )