Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Lib/code.py

    r2 r388  
    307307
    308308
    309 if __name__ == '__main__':
    310     import pdb
    311     pdb.run("interact()\n")
     309if __name__ == "__main__":
     310    interact()
Note: See TracChangeset for help on using the changeset viewer.