bindings/c;python: Added caption properties; Window::Create(); background color
[sdk] / bindings / python / sample.py
diff --git a/bindings/python/sample.py b/bindings/python/sample.py
deleted file mode 100644 (file)
index d1fb765..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# -*- coding: utf-8 -*-
-from pyEcere import *
-app_init()
-Window(hasClose = True, clientSize = Size(640, 480)).modal()