aboutsummaryrefslogtreecommitdiffstats
path: root/auto-auto-complete.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-10-28 17:21:51 +0100
committerMattias Andrée <maandree@operamail.com>2012-10-28 17:21:51 +0100
commitbd08a69c605557b859c455d41773185b43883d50 (patch)
treea6cb895331d84f11a9ac2657ca69dedeca240ab2 /auto-auto-complete.py
parentfirst commit (diff)
downloadauto-auto-complete-bd08a69c605557b859c455d41773185b43883d50.tar.gz
auto-auto-complete-bd08a69c605557b859c455d41773185b43883d50.tar.bz2
auto-auto-complete-bd08a69c605557b859c455d41773185b43883d50.tar.xz
main python 3 script definition
Diffstat (limited to 'auto-auto-complete.py')
-rw-r--r--auto-auto-complete.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto-auto-complete.py b/auto-auto-complete.py
new file mode 100644
index 0000000..b3f9985
--- /dev/null
+++ b/auto-auto-complete.py
@@ -0,0 +1,5 @@
+#!/usr/bin/env python3
+
+if __name__ = '__main__':
+ print('I am so sorry, this is not implement yet.')
+