Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
campaign
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
piphone
campaign
Commits
d11a53dd
Commit
d11a53dd
authored
Feb 02, 2017
by
okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the importers. Tests are broken though.
parent
bce2c38c
Pipeline
#828
failed with stages
in 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
picampaign/importer/models.py
picampaign/importer/models.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
picampaign/importer/models.py
View file @
d11a53dd
...
...
@@ -30,7 +30,7 @@ class Importer(models.Model):
def
kind
(
self
):
if
self
.
url
is
None
and
self
.
file
.
name
is
None
:
return
None
if
self
.
url
is
None
:
if
self
.
url
is
''
:
return
'file'
else
:
return
'url'
...
...
setup.py
View file @
d11a53dd
...
...
@@ -16,7 +16,7 @@ requires = [
setup
(
name
=
'picampaign'
,
namespace_packages
=
[
'picampaign'
],
version
=
'0.0.
4
'
,
version
=
'0.0.
5
'
,
description
=
'PiPhone Campaign Manager.'
,
long_description
=
README
,
classifiers
=
[
"Programming Language :: Python"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment