<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -39,7 +39,7 @@ class GrokDebug(object):
         self.root = debugger.root()
         self.context = self.root
 
-    def getStartContext(self, path):
+    def get_start_context(self, path):
         if path.startswith(PATH_SEP):
             context = self.root
         else:
@@ -47,7 +47,7 @@ class GrokDebug(object):
             context = self.context
         return context
 
-    def _getObjectNames(self, context):
+    def _get_object_names(self, context):
         return [obj.__name__ for obj in context.values()]
 
     def ns(self):
@@ -90,10 +90,10 @@ class GrokDebug(object):
         ;lsg /path
         &quot;&quot;&quot;
         if path is None:
-            return self._getObjectNames(self.context)
+            return self._get_object_names(self.context)
 
-        context = get_context_by_path(self.getStartContext(path), path)
-        return self._getObjectNames(context)
+        context = get_context_by_path(self.get_start_context(path), path)
+        return self._get_object_names(context)
 
 
     def cd(self, path):
@@ -112,7 +112,7 @@ class GrokDebug(object):
             return self.pwd
 
         # cd
-        self.context = get_context_by_path(self.getStartContext(path), path)
+        self.context = get_context_by_path(self.get_start_context(path), path)
         self.update_ns()
         return self.pwd
 
@@ -159,7 +159,7 @@ def path_completer(self, event):
     &quot;&quot;&quot;TAB path completer for `cdg` and `lsg` commands.&quot;&quot;&quot;
     relpath = event.symbol
 
-    context = grokd.getStartContext(relpath)
+    context = grokd.get_start_context(relpath)
 
     # ends with '/'
     if relpath.endswith(PATH_SEP):</diff>
      <filename>ipy_profile_grok.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e054d17d76f11c96c39f436feeef31f1e0e65f6b</id>
    </parent>
  </parents>
  <author>
    <name>Ruslan Spivak</name>
    <email>ruslan.spivak@gmail.com</email>
  </author>
  <url>http://github.com/rspivak/grok-ipython/commit/a1646290a11b222164d374ebf62da232ff560749</url>
  <id>a1646290a11b222164d374ebf62da232ff560749</id>
  <committed-date>2009-10-06T22:08:26-07:00</committed-date>
  <authored-date>2009-10-06T22:08:26-07:00</authored-date>
  <message>Renamed methods.</message>
  <tree>edfdcea4073d048d35528e62396d8c1f161af456</tree>
  <committer>
    <name>Ruslan Spivak</name>
    <email>ruslan.spivak@gmail.com</email>
  </committer>
</commit>
