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
@ -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)