[csw-devel] SF.net SVN: gar:[11378] csw/mgar/gar/v2/lib/python/sharedlib_utils.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Oct 22 10:47:26 CEST 2010


Revision: 11378
          http://gar.svn.sourceforge.net/gar/?rev=11378&view=rev
Author:   wahwah
Date:     2010-10-22 08:47:25 +0000 (Fri, 22 Oct 2010)

Log Message:
-----------
mGAR v2: shared lib utils: Removing 2 duplicate functions (probably an artifact of weird merging while doing 'git svn rebase'.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/sharedlib_utils.py

Modified: csw/mgar/gar/v2/lib/python/sharedlib_utils.py
===================================================================
--- csw/mgar/gar/v2/lib/python/sharedlib_utils.py	2010-10-22 08:46:59 UTC (rev 11377)
+++ csw/mgar/gar/v2/lib/python/sharedlib_utils.py	2010-10-22 08:47:25 UTC (rev 11378)
@@ -49,22 +49,6 @@
   return c.join(parts).lower()
 
 
-
-def SanitizeWithChar(s, c):
-  parts = LEGIT_CHAR_RE.findall(s)
-  if "so" in parts:
-    parts.remove("so")
-  return c.join(parts).lower()
-
-
-
-def SanitizeWithChar(s, c):
-  parts = LEGIT_CHAR_RE.findall(s)
-  if "so" in parts:
-    parts.remove("so")
-  return c.join(parts).lower()
-
-
 def MakePackageNameBySoname(soname):
   """Find the package name based on the soname.
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list