git://git.onelab.eu
/
sfa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f4c323
)
fix bug
author
Tony Mack
<tmack@cs.princeton.edu>
Tue, 27 Jan 2009 01:52:20 +0000
(
01:52
+0000)
committer
Tony Mack
<tmack@cs.princeton.edu>
Tue, 27 Jan 2009 01:52:20 +0000
(
01:52
+0000)
geni/slicemgr.py
patch
|
blob
|
history
diff --git
a/geni/slicemgr.py
b/geni/slicemgr.py
index
8b9e925
..
2768cd7
100644
(file)
--- a/
geni/slicemgr.py
+++ b/
geni/slicemgr.py
@@
-340,7
+340,7
@@
class SliceMgr(GeniServer):
##############################
def nodes(self):
- return self.
.
get_components()
+ return self.get_components()
def slices(self):
return self.get_slices()