##// END OF EJS Templates
remove redundant `ipython profile locate` entry point
MinRK -
Show More
@@ -86,7 +86,7 b' _main_examples = """'
86 86 ipython profile create -h # show the help string for the create subcommand
87 87 ipython profile list -h # show the help string for the list subcommand
88 88
89 ipython profile locate foo # print the path to the directory for profile 'foo'
89 ipython locate profile foo # print the path to the directory for profile 'foo'
90 90 """
91 91
92 92 #-----------------------------------------------------------------------------
@@ -293,7 +293,6 b' class ProfileApp(Application):'
293 293 subcommands = Dict(dict(
294 294 create = (ProfileCreate, ProfileCreate.description.splitlines()[0]),
295 295 list = (ProfileList, ProfileList.description.splitlines()[0]),
296 locate = (ProfileLocate, ProfileLocate.description.splitlines()[0]),
297 296 ))
298 297
299 298 def start(self):
General Comments 0
You need to be logged in to leave comments. Login now