From: jgg <> Date: Sun, 26 Mar 2000 20:33:49 +0000 (+0000) Subject: Posix fix X-Git-Tag: debian_userdir-ldap_0-3-7~162 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=8aa87d09503dd5bd960926a4cec75736cfba951c Posix fix --- diff --git a/ud-xearth b/ud-xearth index 5b23044..d3025a0 100755 --- a/ud-xearth +++ b/ud-xearth @@ -14,7 +14,7 @@ # DGMS -> DD DDD + (MM + (SS.SSSSSS)/60)/60 # For Latitude + is North, for Longitude + is East -import string, re, time, ldap, getopt, sys, pwd, os; +import string, re, time, ldap, getopt, sys, pwd, os, posix; from userdir_ldap import *; Anon = 0;