mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Updated copyright and removed some whitespace.
This commit is contained in:
parent
5889432dd0
commit
0333fb7f3f
4
setup.py
4
setup.py
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
###
|
###
|
||||||
# Copyright (c) 2002, Jeremiah Fincher
|
# Copyright (c) 2002-2005, Jeremiah Fincher
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -120,8 +120,6 @@ except ImportError, e:
|
|||||||
sys.stderr.write(os.linesep*2)
|
sys.stderr.write(os.linesep*2)
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
srcFiles = glob.glob(os.path.join('src', '*.py'))
|
srcFiles = glob.glob(os.path.join('src', '*.py'))
|
||||||
pluginFiles = glob.glob(os.path.join('plugins', '*.py'))
|
pluginFiles = glob.glob(os.path.join('plugins', '*.py'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user