freebsd-ports/deskutils/gdesklets/files/patch-Controls::ArrayBuffer::__init__.py
Volker Stolz e5aae404b9 Update to 0.34
PR:		ports/78193
Submitted by:	maintainer
2005-03-02 08:29:50 +00:00

13 lines
303 B
Python

--- Controls/ArrayBuffer/__init__.py.orig Mon Feb 28 14:07:04 2005
+++ Controls/ArrayBuffer/__init__.py Mon Feb 28 14:07:25 2005
@@ -3,6 +3,10 @@
# ArrayBuffer Class
#
#
+
+from libdesklets.controls import Control
+from IArrayBuffer import *
+
class ArrayBuffer(Control, IArrayBuffer):
#