#70 deprecate spin-livecd with spin-livemedia
Merged by mikeb. Opened by ausil.
Unknown source master

Download 70.patch
no initial comment

Sure! :+1:

Python has this built in machinery for registering deprecation warnings, like this:

import warnings
warnings.warn("this is deprecated", DeprecationWarning)

The only problem is that it doesn't print anything out, and so is not very useful for end-users. :(

:+1: to merge as-is, except... @ausil, there's a merge conflict. Can you rebase on master?

rebased

@ralph rebased

Looks good to go, here.

+1

Pull-Request has been merged by mikeb

Metadata