Show More
@@ -89,11 +89,6 b' class namespaces(object):' | |||||
89 | """method that returns the template name of a namespace""" |
|
89 | """method that returns the template name of a namespace""" | |
90 | return self._names[namespace].templatename |
|
90 | return self._names[namespace].templatename | |
91 |
|
91 | |||
92 | def names(self, repo, namespace, node): |
|
|||
93 | """method that returns a (sorted) list of names in a namespace that |
|
|||
94 | match a given node""" |
|
|||
95 | return sorted(self._names[namespace].nodemap(repo, node)) |
|
|||
96 |
|
||||
97 | class namespace(object): |
|
92 | class namespace(object): | |
98 | """provides an interface to a namespace |
|
93 | """provides an interface to a namespace | |
99 |
|
94 |
General Comments 0
You need to be logged in to leave comments.
Login now