Code

Remove LPESlant.
[inkscape.git] / share / extensions / color_rgbbarrel.py
index 41a0a4e1ba4fa4783f7f1a5f457907fc03b4d35f..3cac39ac5d76f48f46e962985e021ab4bbdab3a4 100644 (file)
@@ -1,8 +1,8 @@
-import coloreffect\r
-\r
-class C(coloreffect.ColorEffect):\r
-  def colmod(self,r,g,b):\r
-    return '%02x%02x%02x' % (b,r,g)\r
-\r
-c = C()\r
+import coloreffect
+
+class C(coloreffect.ColorEffect):
+  def colmod(self,r,g,b):
+    return '%02x%02x%02x' % (b,r,g)
+
+c = C()
 c.affect()
\ No newline at end of file