~freshapplepy/mct/main

« back to all changes in this revision

Viewing changes to debian/metacity-themer/usr/share/metacity-themer/lib/metacity_themer/theme_test.py

  • Committer: Isaiah Heyer
  • Date: 2009-03-13 02:48:07 UTC
  • Revision ID: freshapplepy@gmail.com-20090313024807-0yhpdj4e61s6ib34
Reordered file structure, added setup.py.Added icon set and n    ew about dialog.Enabled constant removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This program is free software; you can redistribute it and/or
2
 
# modify it under the terms of the GNU General Public License
3
 
# as published by the Free Software Foundation; either version 2
4
 
# of the License, or (at your option) any later version.
5
 
#
6
 
# This program is distributed in the hope that it will be useful, 
7
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
8
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9
 
# GNU General Public License for more details.
10
 
#
11
 
# You should have received a copy of the GNU General Public License
12
 
# along with this program; if not, write to the Free Software
13
 
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
14
 
# 02110-1301, USA.
15
 
#
16
 
# Authors: Isaiah Heyer (freshapplepy@gmail.com)
17
 
 
18
 
# Copyright (C) 2008 Isaiah Heyer
19
 
 
20
 
import metacity
21
 
import sys
22
 
 
23
 
theme = metacity.theme_load(sys.argv[1])
24
 
theme.free()
25
 
 
26
 
print "Valid"