mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Remove pyup and pep8 script.
This commit is contained in:
parent
7924963276
commit
d0487b92c5
@ -1,19 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
echo '
|
|
||||||
_______ ________ _______ ______
|
|
||||||
| \ | \| \ / \
|
|
||||||
| $$$$$$$\| $$$$$$$$| $$$$$$$\| $$$$$$\
|
|
||||||
| $$__/ $$| $$__ | $$__/ $$| $$__/ $$
|
|
||||||
| $$ $$| $$ \ | $$ $$ >$$ $$
|
|
||||||
| $$$$$$$ | $$$$$ | $$$$$$$ | $$$$$$
|
|
||||||
| $$ | $$_____ | $$ | $$__/ $$
|
|
||||||
| $$ | $$ \| $$ \$$ $$
|
|
||||||
\$$ \$$$$$$$$ \$$ \$$$$$$
|
|
||||||
|
|
||||||
'
|
|
||||||
|
|
||||||
|
|
||||||
find . -name '*.py' -exec autopep8 --in-place -v --aggressive --aggressive \{\} \;
|
|
||||||
|
|
||||||
echo "It's all clean now!"
|
|
@ -1,4 +1,4 @@
|
|||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
|
||||||
pywin32>=223 # pyup: ignore
|
pywin32>=223
|
||||||
wmi==1.5.1
|
wmi==1.5.1
|
||||||
|
Loading…
Reference in New Issue
Block a user