Revision d9a7f0bb snf-astakos-app/astakos/im/management/commands/authpolicy-add.py

b/snf-astakos-app/astakos/im/management/commands/authpolicy-add.py
111 111

  
112 112
        profile.save()
113 113
        if update:
114
            print "Profile updated"
114
            self.stderr.write("Profile updated\n")
115 115
        else:
116
            print "Profile stored"
116
            self.stderr.write("Profile stored\n")

Also available in: Unified diff