Skip to content

Avoid deprecation warning with IPython 4.x

Carlos Pascual requested to merge github/fork/cpascual/patch-1 into develop

IPython 4.x moves IPython.config --> traitlets.config Avoid deprecation warnings by using traitlets.

(note: I just found this one when fixing [1] ... but there may be more deprecated usages)

[1] https://sourceforge.net/p/sardana/tickets/449/

Merge request reports