Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/p5.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-07-11 17:26:21 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-07-11 17:26:21 (GMT)
commit66b752a02724b35ede9d89e1d23d821f561e0758 (patch)
tree9554456a85eda07c6f00d3e40390f1aa2bbd73e5 /p5.py
parentd6959ac6761dd01a83f92d62672944bd41130159 (diff)
Renamed Record activity (2)
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@175 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'p5.py')
-rwxr-xr-xp5.py19
1 files changed, 1 insertions, 18 deletions
diff --git a/p5.py b/p5.py
index 06ce6d6..ecd8328 100755
--- a/p5.py
+++ b/p5.py
@@ -172,21 +172,4 @@ class P5(gtk.DrawingArea):
def point( self, ctx, x1, y1 ):
- self.line( ctx, x1, y1, x1+1, y1 )
-
-
-
-def main():
- window = gtk.Window()
- crop = P5()
-
- window.add(crop)
- window.connect("destroy", gtk.main_quit)
-
- window.show_all()
-
- gtk.main()
-
-
-if __name__ == "__main__":
- main()
+ self.line( ctx, x1, y1, x1+1, y1 ) \ No newline at end of file