Posix fix
authorjgg <>
Sun, 26 Mar 2000 20:33:49 +0000 (20:33 +0000)
committerjgg <>
Sun, 26 Mar 2000 20:33:49 +0000 (20:33 +0000)
ud-xearth

index 5b23044..d3025a0 100755 (executable)
--- 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;