Merge pull request #1502 from minrk/pyflakes

small changes in response to pyflakes pass

Only significant change: removes incomplete kernelstarter file, which shouldn't have been in the repo at all.

closes #1499
This commit is contained in:
Fernando Perez 2012-04-14 02:33:29 -07:00
commit 526d842289

View File

@ -171,4 +171,4 @@ class ClusterManager(LoggingConfigurable):
def stop_all_clusters(self):
for p in self.profiles.keys():
self.stop_cluster(profile)
self.stop_cluster(p)