~kubuntu-packagers/guidance/userconfig-kde4

« back to all changes in this revision

Viewing changes to cmake-modules/FindPyKDE.py

  • Committer: Jonathan Thomas (The man)
  • Date: 2009-09-03 01:20:49 UTC
  • Revision ID: echidnaman@gmail.com-20090903012049-hg9nksn05le40iut
Remove built-in cmake modules, these should be installed globally
Also don't include the directory in CMakeLists.txt, which is why I thought
the dir should be there in the first place

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2008, Jonathan Riddell <jriddell@ubuntu.com>
2
 
# Redistribution and use is allowed according to the terms of the BSD license.
3
 
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
4
 
 
5
 
try:
6
 
    from PyKDE4.kdeui import KApplication
7
 
except:
8
 
    exit(1)
9
 
print "Groovy"