mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Merge pull request #96 from frac/master
Remove dependency to dop.client
This commit is contained in:
commit
7c8c965dd5
1 changed files with 5 additions and 1 deletions
6
fabfile.py
vendored
6
fabfile.py
vendored
|
@ -9,7 +9,11 @@ import os
|
||||||
import time
|
import time
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
import dop.client
|
try:
|
||||||
|
import dop.client
|
||||||
|
except ImportError:
|
||||||
|
print "Digital Ocean's API not loaded"
|
||||||
|
|
||||||
|
|
||||||
django.settings_module('settings')
|
django.settings_module('settings')
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue