/[gnue]/gnue-appserver/src/classrep/Namespace.py
ViewVC logotype

Diff of /gnue-appserver/src/classrep/Namespace.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jvetter, Thu Sep 18 15:14:10 2003 UTC revision 1.3 by reinhard, Sun Oct 19 17:55:55 2003 UTC
# Line 110  def splitName (name): Line 110  def splitName (name):
110  # Create a fully qualified name from a namespace and an identifier  # Create a fully qualified name from a namespace and an identifier
111  # -----------------------------------------------------------------------------  # -----------------------------------------------------------------------------
112  def createName (namespace, identifier):  def createName (namespace, identifier):
113    return "%s_%s" % (namespace, identifier)    return str ("%s_%s" % (namespace, identifier))
114    
115  # -----------------------------------------------------------------------------  # -----------------------------------------------------------------------------
116  # Try to figure out which NSID_* constant applies to identifier  # Try to figure out which NSID_* constant applies to identifier

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26