~exarkun/divmod.org/remove-axiom-1325288

« back to all changes in this revision

Viewing changes to Imaginary/imaginary/plugins/lighting.py

  • Committer: Jean-Paul Calderone
  • Date: 2014-06-07 13:26:27 UTC
  • mfrom: (2741.2.2 1320678-remove-imaginary)
  • Revision ID: exarkun@twistedmatrix.com-20140607132627-jz2zhbk9jajamk43
Remove Imaginary.  Find it at <https://github.com/twisted/imaginary>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
from imaginary.objects import LightSource
3
 
from imaginary.creation import CreationPluginHelper, createCreator
4
 
 
5
 
theTorchPlugin = CreationPluginHelper(
6
 
    u"torch", createCreator((LightSource, {"candelas": 80})))