Rename to org-rw.
This commit is contained in:
parent
83710a4fc1
commit
330fd8f7b5
10 changed files with 21 additions and 21 deletions
|
@ -2,8 +2,8 @@ import collections
|
|||
import unittest
|
||||
from datetime import datetime
|
||||
|
||||
from org_dom import (Bold, Code, Italic, Line, Strike, Text, Underlined,
|
||||
Verbatim, get_raw_contents)
|
||||
from org_rw import (Bold, Code, Italic, Line, Strike, Text, Underlined,
|
||||
Verbatim, get_raw_contents)
|
||||
|
||||
|
||||
def timestamp_to_datetime(ts):
|
Loading…
Add table
Add a link
Reference in a new issue