Home | History | Annotate | Download | only in webkitpy
      1 # Required for Python to search this directory for module files
      2 
      3 import autoinstall
      4 
      5 # List our third-party library dependencies here and where they can be
      6 # downloaded.
      7 autoinstall.bind("ClientForm", "http://pypi.python.org/packages/source/C/ClientForm/ClientForm-0.2.10.zip", "ClientForm-0.2.10")
      8 autoinstall.bind("mechanize", "http://pypi.python.org/packages/source/m/mechanize/mechanize-0.1.11.zip", "mechanize-0.1.11")
      9