Skip to content
Toggle navigation
Sign up
Product
Actions
Automate any workflow
Packages
Host and manage packages
Security
Find and fix vulnerabilities
Codespaces
Instant dev environments
Copilot
Write better code with AI
Code review
Manage code changes
Issues
Plan and track work
Discussions
Collaborate outside of code
Explore
All features
Documentation
GitHub Skills
Blog
Solutions
For
Enterprise
Teams
Startups
Education
By Solution
CI/CD & Automation
DevOps
DevSecOps
Case Studies
Customer Stories
Resources
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Pricing
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this organization
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
qgis
/
QGIS
Public
Notifications
Fork
2.5k
Star
6.7k
Code
Issues
4k
Pull requests
41
Actions
Projects
1
Wiki
Security
Insights
More
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[processing] added missing import (
fixes
#16181
)
(backported from
84bef5f
; followup
b003cbe
)
Loading branch information
jef-n
committed
Feb 12, 2017
1 parent
fc24332
commit
aba58a27e51b0347c614a83f7817ecaef8d23fb4
Showing
1 changed file
with
1 addition
and
1 deletion
.
Split
Unified
There are no files selected for viewing
2
python/plugins/processing/algs/grass/GrassAlgorithm.py
Show comments
View file
Edit file
Delete file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
import
importlib
import
re
from
PyQt4
.
QtCore
import
QCoreApplication
from
PyQt4
.
QtCore
import
QCoreApplication
,
QUrl
from
PyQt4
.
QtGui
import
QIcon
from
qgis
.
core
import
QgsRasterLayer
Toggle all file notes
Toggle all file annotations
0 comments on commit
aba58a2
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.