From 63ed2e5a680b6e0e352721a8238e2918cb3e70ff Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sat, 6 Sep 2025 16:22:50 -0700 Subject: the vanity commit (change kaylee to pollyana everywhere) except the copyright notices, those need more care and attention Force-Push: yes Change-Id: Ibddfb1b7a0edbb0d4adb6cfaf0ac4239537ade2f --- src/pollyanna.vc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 src/pollyanna.vc (limited to 'src/pollyanna.vc') diff --git a/src/pollyanna.vc b/src/pollyanna.vc new file mode 100755 index 0000000..79a46bc --- /dev/null +++ b/src/pollyanna.vc @@ -0,0 +1,10 @@ +#!/usr/bin/env python3 +# This is part of Kaylee +# -- this code is licensed GPLv3 +# Copyright 2015-2016 Clayton G. Hobbs +# Portions Copyright 2013 Jezra + +from pollyanna import pollyanna + +if __name__ == '__main__': + pollyanna.run() -- cgit 1.4.1