Code

svn propset svn:eol-style native *.py
[inkscape.git] / share / extensions / color_removegreen.py
index 87722df54477405e2655a6602df369e717612d1d..09ba4d5d1193ec8a7a7df159668365f74122cc61 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' % (r,0,b)\r
-\r
-c = C()\r
+import coloreffect
+
+class C(coloreffect.ColorEffect):
+  def colmod(self,r,g,b):
+    return '%02x%02x%02x' % (r,0,b)
+
+c = C()
 c.affect()
\ No newline at end of file