From 99933fd3561df12ed81304eaf444c1d7d1060f38 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 15 Dec 2012 11:13:35 +0000 Subject: merge config.py into constants.py and generate it from configure git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1863 ef36b2f9-881f-0410-afb5-c4e39611909c --- pynslcd/tio.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pynslcd/tio.py') diff --git a/pynslcd/tio.py b/pynslcd/tio.py index 9c43ac2..6394acf 100644 --- a/pynslcd/tio.py +++ b/pynslcd/tio.py @@ -26,13 +26,13 @@ import socket # definition for reading and writing INT32 values _int32 = struct.Struct('i') -# FIXME: use something from config.py to determine the correct size +# FIXME: use something from constants.py to determine the correct size _uid_t = struct.Struct('i') -# FIXME: use something from config.py to determine the correct size +# FIXME: use something from constants.py to determine the correct size _gid_t = struct.Struct('i') -# FIXME: use something from config.py to determine the correct size +# FIXME: use something from constants.py to determine the correct size _struct_timeval = struct.Struct('ll') -- cgit v1.2.3