Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pynxc/waxy/core.py~
blob: ef04e1f64ed1f92996edec904aca2242303704bc (plain)
1
2
required = (2, 8, 0, 0) # minimum wxPython version
required_str = ".".join(map(str, required))