Remove the lang.apply method (#882186).
commita4ec9e2c58d9544c3d33fbf2fb16dba77e4757b9
authorChris Lumens <clumens@redhat.com>
Thu, 6 Dec 2012 19:25:08 +0000 (6 14:25 -0500)
committerChris Lumens <clumens@redhat.com>
Thu, 6 Dec 2012 19:25:08 +0000 (6 14:25 -0500)
tree802d877494583128d8ff6ebb488e2f80d0307278
parentf2c322334a9c2a5742212feaea9e0c22c9d83030
Remove the lang.apply method (#882186).

To the best of my knowledge, nothing is using this.  And we're not even
doing it right anymore (see the bug).  Plus, I've changed my mind on
pykickstart being the correct place for such code.

The base apply method stays, however, so as to not introduce tracebacks.
pykickstart/commands/lang.py