Revision 2e662088 other/migrate.py

b/other/migrate.py
1 1
#!/usr/bin/env python
2 2

  
3
# Copyright 2011 GRNET S.A. All rights reserved.
3
# Copyright 2011-2012 GRNET S.A. All rights reserved.
4 4
# 
5 5
# Redistribution and use in source and binary forms, with or
6 6
# without modification, are permitted provided that the following
......
83 83
        r.close()
84 84
        if not l:
85 85
            return l
86
        return l[0]
86
        return l[0]

Also available in: Unified diff