Bläddra i källkod

Fixes silly issues with pylint and twisted reactor.

Steve Thielemann 5 år sedan
förälder
incheckning
ca78bcccfa
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6 0
      pylintrc

+ 6 - 0
pylintrc

@@ -0,0 +1,6 @@
+
+# list of class names for which member attributes should not be checked
+# (useful for classes with attributes dynamically set)
+
+ignored-classes=twisted.internet.reactor,ReaderWriterBase
+