1
0
mirror of synced 2024-07-07 11:29:26 +02:00
TheChymera-overlay/dev-python/pypubsub/files/pypubsub-3.3.0-imports.patch

16 lines
397 B
Diff
Raw Normal View History

2018-10-06 05:15:55 +02:00
--- a/src/pubsub/core/topicdefnprovider.py 2018-10-06 03:47:21.100705832 +0200
+++ b/src/pubsub/core/topicdefnprovider.py 2018-10-06 03:48:55.158820283 +0200
@@ -7,10 +7,8 @@
import os, re, inspect
from textwrap import TextWrapper, dedent
-from .. import (
- policies,
- py2and3
-)
+import policies, py2and3
+
from .topicargspec import (
topicArgsFromCallable,
ArgSpecGiven