aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-03-31 11:01:49 +0800
committerAaron LI <aaronly.me@gmail.com>2016-03-31 11:01:49 +0800
commit43d8a4a3bff388d727667e8415dcc637acf7b09b (patch)
tree958b7e675d1247422c72dd7d918ec88c1e22e83c /astro
parentc9c896dea2ba43551c4e10bd49666105449e9bd7 (diff)
downloadatoolbox-43d8a4a3bff388d727667e8415dcc637acf7b09b.tar.bz2
fix fenc=utf-8
Diffstat (limited to 'astro')
-rwxr-xr-xastro/lc_clean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/lc_clean.py b/astro/lc_clean.py
index a0fdc7b..7141002 100755
--- a/astro/lc_clean.py
+++ b/astro/lc_clean.py
@@ -148,4 +148,4 @@ if __name__ == "__main__":
main()
-# vim: set ts=4 sw=4 tw=0 fenc= ft=python: #
+# vim: set ts=4 sw=4 tw=0 fenc=utf-8 ft=python: #