Changeset 55339 in webkit


Ignore:
Timestamp:
Feb 26, 2010 7:53:50 PM (14 years ago)
Author:
dpranke@chromium.org
Message:

010-02-26 Dirk Pranke <dpranke@chromium.org>

Unreviewed, build fix

third time's the charm getting this path right?

  • pywebsocket/mod_pywebsocket/standalone.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r55337 r55339  
     12010-02-26  Dirk Pranke  <dpranke@chromium.org>
     2
     3        Unreviewed, build fix
     4
     5        third time's the charm getting this path right?
     6
     7        * pywebsocket/mod_pywebsocket/standalone.py:
     8
    192010-02-26  Dumitru Daniliuc  <dumi@chromium.org>
    210
  • trunk/WebKitTools/pywebsocket/mod_pywebsocket/standalone.py

    r55337 r55339  
    3535
    3636sys.path.append(os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])),
    37                              "..", "Scripts", "webkitpy", "thirdparty",
    38                              "pywebsocket", "mod_pywebsocket"))
    39 import standalone
     37                             "..", "..", "Scripts", "webkitpy", "thirdparty",
     38                             "pywebsocket"))
     39from mod_pywebsocket import standalone
    4040
    4141if __name__ == '__main__':
Note: See TracChangeset for help on using the changeset viewer.