rabin 7 years ago
parent
commit
aa2acaf726
1 changed files with 0 additions and 7 deletions
  1. 0 7
      demeter/core.py

+ 0 - 7
demeter/core.py

@@ -83,13 +83,6 @@ class Demeter(object):
 		return result
 
 	@classmethod
-	"""
-	param = {}
-	param['action'] = 'a'
-	param['name'] = 'n'
-	param['param'] = 'p'
-	Demeter.getopt(param)
-	"""
 	def getopt(self, param = {}):
 		import getopt
 		param['help'] = 'h'