blob: 6ea97f8a7886a51eeff78b7bbce59429011e960f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- asciidoc.py Mon Mar 30 18:37:04 2009 +1300
+++ asciidoc.py Fri Apr 03 12:38:26 2009 +1300
@@ -3845,9 +3845,9 @@
else:
sections[section] = contents
rdr.close()
- document.update_attributes() # So they are available immediately.
self.load_sections(sections)
self.loaded.append(os.path.realpath(fname))
+ document.update_attributes() # So they are available immediately.
def load_sections(self,sections):
'''Loads sections dictionary. Each dictionary entry contains a
|