X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fplanetlab%2Fplxrn.py;fp=sfa%2Fplanetlab%2Fplxrn.py;h=647f341cffaa20861a87b8a50c2485d5b800618a;hb=b4f7d65fc8998602457573801017ba6e12bf18d4;hp=2c24f1e20061d61792af16ac684924153baff270;hpb=770977342ad46588255188fe196da30266a2f68e;p=sfa.git diff --git a/sfa/planetlab/plxrn.py b/sfa/planetlab/plxrn.py index 2c24f1e2..647f341c 100644 --- a/sfa/planetlab/plxrn.py +++ b/sfa/planetlab/plxrn.py @@ -101,7 +101,4 @@ class PlXrn (Xrn): base = base.lower() base = re.sub('[\\\\]*[^a-zA-Z0-9]', '', base) - if len(base) > 20: - base = base[len(base)-20:] - return base