mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
5 lines
129 B
Python
5 lines
129 B
Python
![]() |
# By Simon Edwards <simon@simonzone.com>
|
||
|
# This file is in the public domain.
|
||
|
import py_compile, sys
|
||
|
sys.exit(py_compile.main())
|