diff --git a/glossary-etherpad.py b/glossary-etherpad.py deleted file mode 100644 index bc38db0..0000000 --- a/glossary-etherpad.py +++ /dev/null @@ -1,3 +0,0 @@ -from etherpad_lite import EtherpadLiteClient -c = EtherpadLiteClient(base_params={'apikey':'HEREAPIKEY'}) -c.createPad(padID='grants', text="Lorem ipsum dolor sit amet.")