summaryrefslogtreecommitdiff
path: root/pokemontools/vba/vba.py
AgeCommit message (Collapse)Author
2013-09-09encoding -> coding in python headersBryan Bishop
2013-09-09remove jython shebangsBryan Bishop
2013-09-09move vba_keyboard.py -> keyboard.pyBryan Bishop
2013-09-08fix some imports in pokemontools/vba/vba.pyBryan Bishop
This file is meant to be run while under jython, so it's not completely fair to run it through python2.7 when testing. But whatever.
2013-09-08move vba/ -> pokemontools/vba/Bryan Bishop