Rev 967: Add constants file. in file:///data/jelmer/bzr-svn/pyrex/

Jelmer Vernooij jelmer at samba.org
Thu Mar 13 21:03:52 GMT 2008


At file:///data/jelmer/bzr-svn/pyrex/

------------------------------------------------------------
revno: 967
revision-id:jelmer at samba.org-20080313210351-nscnp7tik832ne8l
parent: jelmer at samba.org-20080313202456-m0z9rxqncm64mcni
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: pyrex
timestamp: Thu 2008-03-13 22:03:51 +0100
message:
  Add constants file.
added:
  constants.py                   constants.py-20080313210342-fuq3eruf2102bwml-1
=== added file 'constants.py'
--- a/constants.py	1970-01-01 00:00:00 +0000
+++ b/constants.py	2008-03-13 21:03:51 +0000
@@ -0,0 +1,17 @@
+# Copyright (C) 2005-2007 Jelmer Vernooij <jelmer at samba.org>
+ 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+ERR_UNKNOWN_HOSTNAME = 670002
+




More information about the bazaar-commits mailing list