Fix refactoring

master3.3
Mike Khiretskiy 10 years ago
parent b2cae106ef
commit fe01555dd3

Before

Width:  |  Height:  |  Size: 842 B

After

Width:  |  Height:  |  Size: 842 B

Before

Width:  |  Height:  |  Size: 643 B

After

Width:  |  Height:  |  Size: 643 B

@ -28,7 +28,7 @@ from distutils.command.install_data import install_data
import itertools
icon_system_path = ['/usr/share/icons/Calculate/16x16/client-gui']
icon_path = 'consolegui/images/'
icon_path = 'data/images/'
icon_names = ['console_ok.png', 'console_cancel.png']
data_files = list(itertools.product(icon_system_path, \
map (lambda x: [icon_path+x], icon_names)))

Loading…
Cancel
Save