Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FActivity.py
diff options
context:
space:
mode:
authorNat <Nat@localhost.localdomain>2007-02-27 02:16:51 (GMT)
committer Nat <Nat@localhost.localdomain>2007-02-27 02:16:51 (GMT)
commiteb8e1a99f8c1456c648148a5cd51ad8675cfba32 (patch)
tree82762f13dbf3ce096e37931cadc09d6e17a148aa /FActivity.py
parent2d10d2cf51ff876e8b71524cacb076af3a0f1e14 (diff)
Fake Activity
Diffstat (limited to 'FActivity.py')
-rw-r--r--FActivity.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/FActivity.py b/FActivity.py
new file mode 100644
index 0000000..2708a05
--- /dev/null
+++ b/FActivity.py
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+
+import pygtk
+pygtk.require( '2.0' )
+import gtk
+
+class FakeActivity(gtk.Window):
+ def __init__(self, handle):
+ gtk.Window.__init__(self) \ No newline at end of file