1
0
mirror of https://github.com/actix/examples synced 2025-02-02 01:33:09 +01:00

Use shebang in all python scripts.

This commit is contained in:
RazrFalcon 2018-07-29 17:36:43 +03:00
parent c7a29b00c9
commit ece139ffbe
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# This script could be used for actix-web multipart example test
# just start server and run client.py

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# This script could be used for actix-web multipart example test
# just start server and run client.py