mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
remove pickle fix and add pyc to gitignore
This commit is contained in:
parent
b38a4b71f1
commit
f5a36d6f1e
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ config.local.py
|
||||||
__pycache__/*
|
__pycache__/*
|
||||||
*/__pycache__/*
|
*/__pycache__/*
|
||||||
rrd/*
|
rrd/*
|
||||||
|
*.pyc
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
import os
|
import os
|
||||||
import pickle
|
|
||||||
pickle.HIGHEST_PROTOCOL = 2
|
|
||||||
import paramiko
|
import paramiko
|
||||||
from rq import Queue
|
from rq import Queue
|
||||||
from redis import Redis
|
from redis import Redis
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue