mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 14:01:51 +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__/*
|
||||
rrd/*
|
||||
*.pyc
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
import os
|
||||
import pickle
|
||||
pickle.HIGHEST_PROTOCOL = 2
|
||||
import paramiko
|
||||
from rq import Queue
|
||||
from redis import Redis
|
||||
|
|
Loading…
Reference in a new issue