mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
4 lines
129 B
Python
4 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())
|