diff options
author | Slávek Banko <[email protected]> | 2022-01-10 16:52:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-13 02:29:36 +0100 |
commit | e14fc7a09fe52d45dfa62f5383d4536d51b263ed (patch) | |
tree | 28a5363ef744f081b4532a83a7a691c2a07f9571 /ubuntu/_base/dependencies/sip4-tqt/debian/sipconfig.py | |
parent | 0627aae8f4be0f1a4a09a7b631ecb1db31486f2c (diff) | |
download | tde-packaging-e14fc7a09fe52d45dfa62f5383d4536d51b263ed.tar.gz tde-packaging-e14fc7a09fe52d45dfa62f5383d4536d51b263ed.zip |
DEB sip4-tqt: Update packaging after renaming binaries to sip-tqt.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'ubuntu/_base/dependencies/sip4-tqt/debian/sipconfig.py')
-rw-r--r-- | ubuntu/_base/dependencies/sip4-tqt/debian/sipconfig.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ubuntu/_base/dependencies/sip4-tqt/debian/sipconfig.py b/ubuntu/_base/dependencies/sip4-tqt/debian/sipconfig.py deleted file mode 100644 index a9e761f08..000000000 --- a/ubuntu/_base/dependencies/sip4-tqt/debian/sipconfig.py +++ /dev/null @@ -1,13 +0,0 @@ -# import the sipconfig.py for the normal or the debug build - -import sys - -if getattr(sys, "pydebug", False): - try: - from sipconfig_d import * - from sipconfig_d import _pkg_config, _default_macros - except ImportError, msg: - raise ImportError, 'No module named sipconfig; package python-sip-tqt-dbg not installed' -else: - from sipconfig_nd import * - from sipconfig_nd import _pkg_config, _default_macros |