mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
e5aae404b9
PR: ports/78193 Submitted by: maintainer
14 lines
303 B
Python
14 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):
|
|
|
|
#
|