Преглед на файлове

Fixes silly issues with pylint and twisted reactor.

Steve Thielemann преди 5 години
родител
ревизия
ca78bcccfa
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  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
+