* Remove use of deprecated functions from the string module
[mirror/userdir-ldap.git] / ud-xearth
index 53f65bd..25e001a 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
 
 #  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, posix;
+import re, time, ldap, getopt, sys, pwd, os, posix;
 from userdir_ldap import *;
 
 Anon = 0;
 from userdir_ldap import *;
 
 Anon = 0;