From 8aa87d09503dd5bd960926a4cec75736cfba951c Mon Sep 17 00:00:00 2001 From: jgg <> Date: Sun, 26 Mar 2000 20:33:49 +0000 Subject: [PATCH] Posix fix --- ud-xearth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1