Revision 2e662088 pithos/api/login.py

b/pithos/api/login.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2 2
# 
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
......
51 51
    else:
52 52
    	uri = 'http://'
53 53
    uri = uri + host + '/login'
54
    return HttpResponseRedirect(uri)
54
    return HttpResponseRedirect(uri)

Also available in: Unified diff