From fbe10561dd06f17f301ed71da69918654b91e8c6 Mon Sep 17 00:00:00 2001
From: Tony Mack <tmack@paris.CS.Princeton.EDU>
Date: Mon, 6 Aug 2012 00:30:57 -0400
Subject: [PATCH] normalize in init

---
 sfa/util/xrn.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sfa/util/xrn.py b/sfa/util/xrn.py
index 2791e8bc..8264f0ab 100644
--- a/sfa/util/xrn.py
+++ b/sfa/util/xrn.py
@@ -131,6 +131,7 @@ class Xrn:
             self.hrn=xrn
             self.type=type
             self.hrn_to_urn()
+        self._normalize()
 # happens all the time ..
 #        if not type:
 #            debug_logger.debug("type-less Xrn's are not safe")
-- 
2.47.0