1
0
mirror of synced 2024-06-06 12:47:54 +02:00
TheChymera-overlay/dev-python/pypubsub/files/pypubsub-3.3.0-imports.patch
2019-02-25 05:01:37 +01:00

16 lines
419 B
Diff

--- a/src/pubsub/core/topicdefnprovider.py 2013-11-17 12:42:54.000000000 -0600
+++ b/src/pubsub/core/topicdefnprovider.py 2019-02-06 17:15:06.138101941 -0600
@@ -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