2019-02-25 05:01:37 +01:00
|
|
|
--- 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
|
2018-10-06 05:15:55 +02:00
|
|
|
@@ -7,10 +7,8 @@
|
2019-02-25 05:01:37 +01:00
|
|
|
import os, re, inspect
|
|
|
|
from textwrap import TextWrapper, dedent
|
|
|
|
|
|
|
|
-from .. import (
|
|
|
|
- policies,
|
|
|
|
- py2and3
|
|
|
|
-)
|
|
|
|
+import policies, py2and3
|
|
|
|
+
|
|
|
|
from .topicargspec import (
|
|
|
|
topicArgsFromCallable,
|
|
|
|
ArgSpecGiven
|