Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F32381341
school_family.py
Xqt
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
Xqt
Oct 11 2020, 12:32 PM
2020-10-11 12:32:35 (UTC+0)
Size
551 B
Referenced Files
None
Subscribers
None
school_family.py
View Options
# -*- coding: utf-8 -*-
"""
This family file was auto-generated by generate_family_file.py script.
Configuration parameters:
url = https://schoolwiki.in
name = school
Please do not commit this to the Git repository!
"""
from
pywikibot
import
family
class
Family
(
family
.
Family
):
# noqa: D101
name
=
'school'
langs
=
{
'ml'
:
'schoolwiki.in'
,
}
def
scriptpath
(
self
,
code
):
return
{
'ml'
:
''
,
}[
code
]
def
protocol
(
self
,
code
):
return
{
'ml'
:
'https'
,
}[
code
]
File Metadata
Details
Attached
Mime Type
text/x-python
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
8584987
Default Alt Text
school_family.py (551 B)
Attached To
Mode
T265210: generate_family_file fails to create a file for schoolwiki.in
Attached
Detach File
Event Timeline
Log In to Comment