Show
Ignore:
Timestamp:
06/07/08 15:45:18 (5 years ago)
Author:
boltrix
Message:

Changed the Copyright statements on every file and sanitized line lengths to conform with PEP8 specifications. Also, changed the old urls of umit's website, and updated all the old info I found in the code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/umitGUI/Icons.py

    r2617 r2975  
    11#!/usr/bin/env python 
    22# -*- coding: utf-8 -*- 
    3  
    4 # Copyright (C) 2005 Insecure.Com LLC. 
    53# 
    6 # Author: Adriano Monteiro Marques <py.adriano@gmail.com> 
    7 #         Cleber Rodrigues <cleber.gnu@gmail.com> 
     4# Copyright (C) 2005-2006 Insecure.Com LLC. 
     5# Copyright (C) 2007-2008 Adriano Monteiro Marques 
     6# 
     7# Authors: Adriano Monteiro Marques <adriano@umitproject.org> 
     8#          Cleber Rodrigues <cleber.gnu@gmail.com> 
    89# 
    910# This program is free software; you can redistribute it and/or modify 
     
    7475                    pass 
    7576            else: 
    76                 log.warn('Could not find the icon for %s at any of (%s) in %s' % (icon_name, ', '.join(get_pixmap_file_names(icon_name, size)), pixmap_path)) 
     77                log.warn('Could not find the icon for %s at any of (%s) \ 
     78in %s' % (icon_name, 
     79          ', '.join(get_pixmap_file_names(icon_name, size)), 
     80          pixmap_path)) 
    7781                continue 
    7882            iconset = gtk.IconSet(pixbuf)