diff options
author | Johan Dahlin <johan@src.gnome.org> | 2006-04-11 14:11:09 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2006-04-11 14:11:09 +0000 |
commit | d775961664e4755481ef01c192ea8b8d27cf7567 (patch) | |
tree | 60beef30983edffbc29f74db19ef6163ee743f33 /setup.py | |
parent | be8d076bbafd3bb5f26fa8716ff6e898b76b1d1a (diff) | |
download | pygobject-d775961664e4755481ef01c192ea8b8d27cf7567.tar.gz pygobject-d775961664e4755481ef01c192ea8b8d27cf7567.tar.xz pygobject-d775961664e4755481ef01c192ea8b8d27cf7567.zip |
reindent
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ else: print "It's mainly included to be able to easily build win32 installers" print "You may continue, but only if you agree to not ask any questions" print "To build PyGObject in a supported way, read the INSTALL file" - print + print print "Build fixes are of course welcome and should be filed in bugzilla" print '*'*70 input = raw_input('Not supported, ok [y/N]? ') |