oops, forgot to remove context_locator require

This commit is contained in:
John Mair 2013-01-09 18:43:17 +01:00
parent 9cc95f9ec9
commit 3669832d04
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ class Pry
class Command::Edit < Pry::ClassCommand
require 'pry/commands/edit/method_patcher'
require 'pry/commands/edit/exception_patcher'
require 'pry/commands/edit/context_locator'
match 'edit'
group 'Editing'