Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
4332e29b
Commit
4332e29b
authored
Dec 04, 1998
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a ref to CUSTOMER_HOME
parent
817aa159
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/Products/ZGadflyDA/__init__.py
lib/python/Products/ZGadflyDA/__init__.py
+3
-3
No files found.
lib/python/Products/ZGadflyDA/__init__.py
View file @
4332e29b
...
...
@@ -9,8 +9,8 @@
##############################################################################
__doc__
=
'''Generic Database Adapter Package Registration
$Id: __init__.py,v 1.
4 1998/12/02 12:11:48 jim
Exp $'''
__version__
=
'$Revision: 1.
4
$'
[
11
:
-
2
]
$Id: __init__.py,v 1.
5 1998/12/04 16:21:03 brian
Exp $'''
__version__
=
'$Revision: 1.
5
$'
[
11
:
-
2
]
import
Globals
,
ImageFile
,
os
...
...
@@ -72,7 +72,7 @@ __ac_permissions__=(
)
j
=
os
.
path
.
join
d
=
j
(
j
(
CUSTOMER
_HOME
,
'var'
),
'gadfly'
)
d
=
j
(
j
(
INSTANCE
_HOME
,
'var'
),
'gadfly'
)
if
not
os
.
path
.
exists
(
d
):
os
.
mkdir
(
d
)
os
.
mkdir
(
j
(
d
,
'demo'
))
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