| Index: appengine/findit/crash/findit.py
|
| diff --git a/appengine/findit/crash/findit.py b/appengine/findit/crash/findit.py
|
| index cc43f0fbf5e6aa3027f3da4d387414fee78f50f1..42bc4f15a8769d87e49cc1723a1ebf8e4c50c5e7 100644
|
| --- a/appengine/findit/crash/findit.py
|
| +++ b/appengine/findit/crash/findit.py
|
| @@ -28,6 +28,7 @@ from model.crash.crash_config import CrashConfig
|
| # This class should be renamed to avoid confustion between Findit and Predator.
|
| # Think of a good name (e.g.'PredatorApp') for this class.
|
| class Findit(object):
|
| +
|
| def __init__(self, get_repository):
|
| """
|
| Args:
|
|
|