File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1561,8 +1561,17 @@ directories are not on the Python system path when interfaces.py is
1561
1561
evaluated. You need to add library directories explictly by
1562
1562
modifying sys.path.
1563
1563
1564
+ Interfaces.py allows you to interact with any part of Roundup's
1565
+ internals. These internals are not as stable as defined interfaces
1566
+ (e.g. extensions. detectors, schema). So the code in interfaces.py is
1567
+ more likely to need modification when upgrading from version to
1568
+ version. While the developers attempt to keep the examples working,
1569
+ it may make more sense to change the internals to make the code
1570
+ clearer, add more features etc.
1571
+
1564
1572
See `Changing How the Core Code Works
1565
- <customizing.html#changing-how-the-core-code-works>`_ for examples.
1573
+ <customizing.html#changing-how-the-core-code-works>`_ for examples
1574
+ of using interfaces.py.
1566
1575
1567
1576
Database Content
1568
1577
================
You can’t perform that action at this time.
0 commit comments