/Tools/scripts/pydocgui.pyw

http://unladen-swallow.googlecode.com/ · Python · 7 lines · 3 code · 1 blank · 3 comment · 1 complexity · 03f70703f2c515e9ae2184e7ff480fab MD5 · raw file

  1. # Note: this file must not be named pydoc.pyw, lest it just end up
  2. # importing itself (Python began allowing import of .pyw files
  3. # between 2.2a1 and 2.2a2).
  4. import pydoc
  5. if __name__ == '__main__':
  6. pydoc.gui()