Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pdbfixer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pdbfixer
Commits
a6f6430e
Unverified
Commit
a6f6430e
authored
Oct 28, 2024
by
Peter Eastman
Committed by
GitHub
Oct 28, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed a deprecated import (#312)
parent
4c0ffa52
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
pdbfixer/pdbfixer.py
+1
-3
No files found.
pdbfixer/pdbfixer.py
View file @
a6f6430e
...
@@ -58,8 +58,6 @@ import os.path
...
@@ -58,8 +58,6 @@ import os.path
import
math
import
math
from
collections
import
defaultdict
from
collections
import
defaultdict
from
pkg_resources
import
resource_filename
if
sys
.
version_info
>=
(
3
,
0
):
if
sys
.
version_info
>=
(
3
,
0
):
from
urllib.request
import
urlopen
from
urllib.request
import
urlopen
from
io
import
StringIO
from
io
import
StringIO
...
@@ -327,7 +325,7 @@ class PDBFixer(object):
...
@@ -327,7 +325,7 @@ class PDBFixer(object):
Start from a filename.
Start from a filename.
>>> filename =
resource_filename('pdbfixer', 'tests/data/test.pdb')
>>> filename =
'tests/data/test.pdb'
>>> fixer = PDBFixer(filename=filename)
>>> fixer = PDBFixer(filename=filename)
Start from a file object.
Start from a file object.
...
...
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