summaryrefslogtreecommitdiffstats
path: root/Modules/zlib/contrib/delphi/ZLibConst.pas
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-01-03 06:44:59 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-01-03 06:44:59 (GMT)
commitd372aa8e3708f5d8af24cf993b18134544908d95 (patch)
tree01a29ed92382039f9c361934d97ff9b30a31972a /Modules/zlib/contrib/delphi/ZLibConst.pas
parent9ca9f5676cdc8925373f25f4d252670697294465 (diff)
downloadcpython-d372aa8e3708f5d8af24cf993b18134544908d95.zip
cpython-d372aa8e3708f5d8af24cf993b18134544908d95.tar.gz
cpython-d372aa8e3708f5d8af24cf993b18134544908d95.tar.bz2
Import zlib into Python tree.
Diffstat (limited to 'Modules/zlib/contrib/delphi/ZLibConst.pas')
-rw-r--r--Modules/zlib/contrib/delphi/ZLibConst.pas11
1 files changed, 11 insertions, 0 deletions
diff --git a/Modules/zlib/contrib/delphi/ZLibConst.pas b/Modules/zlib/contrib/delphi/ZLibConst.pas
new file mode 100644
index 0000000..cdfe136
--- /dev/null
+++ b/Modules/zlib/contrib/delphi/ZLibConst.pas
@@ -0,0 +1,11 @@
+unit ZLibConst;
+
+interface
+
+resourcestring
+ sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
+ sInvalidStreamOp = 'Invalid stream operation';
+
+implementation
+
+end.