minor bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-07-06 01:16:02 +04:00
parent 0d0d3fda2a
commit 1a32f639bf

View File

@ -1,7 +1,7 @@
#=======================================================================
__version__ = '''0.0.01'''
__sub_version__ = '''20130629042157'''
__sub_version__ = '''20130705205545'''
__copyright__ = '''(c) Alex A. Naanou 2011'''
@ -297,6 +297,7 @@ def build_images(path, config=CONFIG, gid_generator=hash_gid, verbosity=0):
'type': 'image',
'state': 'single',
'orientation': {
0: 0,
1: 0,
2: 0,
3: 180,
@ -307,6 +308,7 @@ def build_images(path, config=CONFIG, gid_generator=hash_gid, verbosity=0):
8: 270,
}[orientation],
'flipped': {
0: 0,
1: None,
2: ['horizontal'],
3: None,