Mercurial > libervia-pubsub
comparison sat_pubsub/error.py @ 414:ccb2a22ea0fc
Python 3 port:
/!\ Python 3.6+ is now needed to use SàT Pubsub
/!\ instability may occur and features may not be working anymore, this will improve with time
The same procedure as in backend has been applied (check backend commit ab2696e34d29 logs
for details).
Python minimal version has been updated in setup.py
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 16 Aug 2019 12:53:33 +0200 |
parents | c56a728412f1 |
children | 794593086517 |
comparison
equal
deleted
inserted
replaced
413:a5edf5e1dd74 | 414:ccb2a22ea0fc |
---|---|
1 #!/usr/bin/python | 1 #!/usr/bin/env python3 |
2 #-*- coding: utf-8 -*- | 2 #-*- coding: utf-8 -*- |
3 | 3 |
4 # Copyright (c) 2012-2019 Jérôme Poisson | 4 # Copyright (c) 2012-2019 Jérôme Poisson |
5 # Copyright (c) 2013-2016 Adrien Cossa | 5 # Copyright (c) 2013-2016 Adrien Cossa |
6 # Copyright (c) 2003-2011 Ralph Meijer | 6 # Copyright (c) 2003-2011 Ralph Meijer |