<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,10 +6,11 @@ import sys
 from paver.easy import *
 from paver.setuputils import setup, find_packages
 
-sys.path.insert(0, path.getcwd()) # use firepython from current folder
+ROOT = path.getcwd()
+sys.path.insert(0, ROOT) # use firepython from current folder
+
 from firepython._setup_common import SETUP_ARGS
 
-ROOT = path.getcwd()
 ADDON = ROOT.parent/'firelogger'
 # ^--- firelogger is expected to be at same directory
 #      level as firepython project</diff>
      <filename>pavement.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7fe49a50cd743b5dbfe2a9b240c5bacb449df399</id>
    </parent>
  </parents>
  <author>
    <name>Dan Buch</name>
    <email>daniel.buch@gmail.com</email>
  </author>
  <url>http://github.com/darwin/firepython/commit/09b170ecc20d2612750707abd58238992198fc00</url>
  <id>09b170ecc20d2612750707abd58238992198fc00</id>
  <committed-date>2009-10-25T08:59:01-07:00</committed-date>
  <authored-date>2009-10-25T08:59:01-07:00</authored-date>
  <message>only calling `path.getcwd()` once, adding result as `sys.path.insert` argument</message>
  <tree>f590f6d4534008bd925766c6cc282c97f4211f7a</tree>
  <committer>
    <name>Dan Buch</name>
    <email>daniel.buch@gmail.com</email>
  </committer>
</commit>
